You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/pusher/client/Pusher.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ public PrivateChannel subscribePrivate(final String channelName) {
268
268
*
269
269
* @param channelName The name of the channel to subscribe to.
270
270
* @param listener A listener to be informed of both Pusher channel protocol events and subscription data events.
271
-
* @param eventNames An optional list of names of events to be bound to on the channel. The equivalent of calling {@link com.pusher.client.channel.Channel#bind(String, SubscriptionEventListener)} on or more times.
271
+
* @param eventNames An optional list of names of events to be bound to on the channel. The equivalent of calling {@link com.pusher.client.channel.Channel#bind(String, SubscriptionEventListener)} one or more times.
272
272
* @return A new {@link com.pusher.client.channel.PrivateChannel} representing the subscription.
273
273
* @throws IllegalStateException if a {@link com.pusher.client.Authorizer} has not been set for the {@link Pusher} instance via {@link #Pusher(String, PusherOptions)}.
274
274
*/
@@ -307,7 +307,7 @@ public PresenceChannel subscribePresence(final String channelName) {
307
307
*
308
308
* @param channelName The name of the channel to subscribe to.
309
309
* @param listener A listener to be informed of Pusher channel protocol, including presence-specific events, and subscription data events.
310
-
* @param eventNames An optional list of names of events to be bound to on the channel. The equivalent of calling {@link com.pusher.client.channel.Channel#bind(String, SubscriptionEventListener)} on or more times.
310
+
* @param eventNames An optional list of names of events to be bound to on the channel. The equivalent of calling {@link com.pusher.client.channel.Channel#bind(String, SubscriptionEventListener)} one or more times.
311
311
* @return A new {@link com.pusher.client.channel.PresenceChannel} representing the subscription.
312
312
* @throws IllegalStateException if a {@link com.pusher.client.Authorizer} has not been set for the {@link Pusher} instance via {@link #Pusher(String, PusherOptions)}.
0 commit comments