Skip to content

Commit

Permalink
Change access modifier for teardown method
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Yagna committed Dec 5, 2023
1 parent 2793ed2 commit c0065b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected final boolean isAuthenticated() {
return (authEvent != null && authEvent.isSuccess());
}

private void tearDown() {
protected void tearDown() {
if (!destroyed.getAndSet(true)) {
if (authEvent != null) {
// We should only remove the PushConnection entry from the registry if it's still this pushConnection.
Expand Down

0 comments on commit c0065b8

Please sign in to comment.