Skip to content

Commit

Permalink
Reverted javadoc for localizedKey so the only diff is mutable-content…
Browse files Browse the repository at this point in the history
… related.
  • Loading branch information
cemcatik committed Apr 11, 2017
1 parent 1210251 commit 01cd207
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/notnoop/apns/PayloadBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ public PayloadBuilder mutableContent() {
}

/**
* Set the notification localized key for the alert body message.
* Set the notification localized key for the alert body
* message.
*
* @param key
* the localizable message body key
* @return this
* @param key the localizable message body key
* @return this
*/
public PayloadBuilder localizedKey(final String key) {
customAlert.put("loc-key", key);
Expand Down

0 comments on commit 01cd207

Please sign in to comment.