Skip to content

Commit

Permalink
argument-subject-changed-to-title
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhaksar committed Nov 2, 2021
1 parent 12b2683 commit 64d38de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/traccar/notification/ShortMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public class ShortMessage {
private String title;
private String body;

public ShortMessage(String subject, String body) {
this.title = subject;
public ShortMessage(String title, String body) {
this.title = title;
this.body = body;
}

Expand Down

0 comments on commit 64d38de

Please sign in to comment.