Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Jan 10, 2024
1 parent 685c6fb commit b4b8c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public <T> long pSubscribe(final String pattern, final boolean unique, final boo
return tid;
}

public void unubscribe(final long transactionId, final Consumer<? super Throwable> onError) {
public void unsubscribe(final long transactionId, final Consumer<? super Throwable> onError) {
this.exec.execute(() -> this.doUnsubscribe(transactionId, onError));
}

Expand Down

0 comments on commit b4b8c12

Please sign in to comment.