Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
imDMK committed Oct 17, 2023
1 parent 61996b2 commit a084317
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

public interface Notification {

String message();

NotificationType type();

String message();

String format();
}

0 comments on commit a084317

Please sign in to comment.