Skip to content

Commit

Permalink
Fix arg type.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Jan 13, 2015
1 parent c614e81 commit e8a2697
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ public boolean send(final Object message, final boolean shouldClose) throws Exce
}

@Override
public void close(final int reason) throws Exception {
public void close(final Object reason) throws Exception {
if (this.stream != null) {
this.stream.close();
}
Expand Down

0 comments on commit e8a2697

Please sign in to comment.