Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
imDMK committed Oct 16, 2023
1 parent 2e30ca2 commit c1b29b2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

public class NotificationSerializer implements ObjectSerializer<Notification> {

private static final String NOTIFICATION_FORMAT = "%s: %s";

@Override
public boolean supports(@NonNull Class<? super Notification> type) {
return Notification.class.isAssignableFrom(type);
Expand Down

0 comments on commit c1b29b2

Please sign in to comment.