Skip to content

Commit 28e7366

Browse files
committed
Fix listenExceptionRemove not removing but rather consoling
1 parent fd5fc3c commit 28e7366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/kitteh/irc/client/library/implementation/ClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public ClientBuilder bindPort(int port) {
9090
@Nonnull
9191
@Override
9292
public ClientBuilder listenExceptionRemove() {
93-
this.config.reset(Config.LISTENER_EXCEPTION);
93+
this.config.set(Config.LISTENER_EXCEPTION, null);
9494
return this;
9595
}
9696

0 commit comments

Comments
 (0)