Skip to content

Commit 4020900

Browse files
Update src/main/java/com/google/firebase/messaging/AndroidNotification.java
fix comment AndroidNotification.setProxy Co-authored-by: Jonathan Edey <[email protected]>
1 parent 92138cb commit 4020900

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/google/firebase/messaging/AndroidNotification.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,7 @@ public Builder setNotificationCount(int notificationCount) {
620620
/**
621621
* Sets the proxy of this notification.
622622
*
623-
* @param proxy The proxy value. one of the values in
624-
* {PROXY_UNSPECIFIED, ALLOW, DENY, IF_PRIORITY_LOWERED}
623+
* @param proxy The proxy value, one of the values in {ALLOW, DENY, IF_PRIORITY_LOWERED}
625624
*
626625
* @return This builder.
627626
*/

0 commit comments

Comments
 (0)