Skip to content

Commit 27f7817

Browse files
committed
Reverted javadoc for localizedKey so the only diff is mutable-content related.
1 parent f4423ff commit 27f7817

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/notnoop/apns/PayloadBuilder.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ public PayloadBuilder mutableContent() {
277277
}
278278

279279
/**
280-
* Set the notification localized key for the alert body message.
280+
* Set the notification localized key for the alert body
281+
* message.
281282
*
282-
* @param key
283-
* the localizable message body key
284-
* @return this
283+
* @param key the localizable message body key
284+
* @return this
285285
*/
286286
public PayloadBuilder localizedKey(final String key) {
287287
customAlert.put("loc-key", key);

0 commit comments

Comments
 (0)