Skip to content

Commit 1fe2479

Browse files
committed
getName from current class
1 parent 6842c09 commit 1fe2479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/pusher/client/channel/impl/BaseChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private void validateArguments(final String eventName, final SubscriptionEventLi
194194
}
195195

196196
private void handleSubscriptionCountEvent(final String message) {
197-
String channelName = this.getName();
197+
String channelName = getName();
198198
final SubscriptionCountData subscriptionCountMessage = GSON.fromJson(message, SubscriptionCountData.class);
199199
subscriptionCount = subscriptionCountMessage.getCount();
200200
if (eventListener != null ) {

0 commit comments

Comments
 (0)