Skip to content

Commit e311d55

Browse files
committed
Update comment on PrivateEncryptedChannelEventListener
1 parent b98413e commit e311d55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/pusher/client/channel/PrivateEncryptedChannelEventListener.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
/**
44
* Interface to listen to private encrypted channel events.
5-
* Note: This needs to extend the PrivateChannelEventListener because of the ChannelManager clearDownSubscription
5+
* Note: This needs to extend the PrivateChannelEventListener because in the
6+
* ChannelManager handleAuthenticationFailure we assume it's safe to cast to a
7+
* PrivateChannelEventListener
68
*/
79
public interface PrivateEncryptedChannelEventListener extends PrivateChannelEventListener {
810

0 commit comments

Comments
 (0)