Skip to content

Commit da210bc

Browse files
committed
Fixed javadocs error
1 parent 440bd77 commit da210bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -522,11 +522,10 @@ public void disablePush(String iterableAppId, String projectNumber, String pushS
522522
}
523523

524524
/**
525-
* Updates the user subscription preferences
525+
* Updates the user subscription preferences. Passing in an empty array will clear the list, passing in null will not modify the list
526526
* @param emailListIds
527527
* @param unsubscribedChannelIds
528528
* @param unsubscribedMessageTypeIds
529-
* @discussion passing in an empty array will clear subscription list, passing in null will not modify the list
530529
*/
531530
public void updateSubscriptions(Integer[] emailListIds, Integer[] unsubscribedChannelIds, Integer[] unsubscribedMessageTypeIds) {
532531
JSONObject requestJSON = new JSONObject();

0 commit comments

Comments
 (0)