Skip to content

Commit

Permalink
Fixed bug in web-client.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Jan 8, 2014
1 parent c38c68e commit 84d613f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,6 @@ private void logErrorAndRethrow(final String errorMessage) throws IOException {
}

public void setConsoleStreamForReporting(PrintStream stream) {
if (stream == null) {
throw new IllegalArgumentException("Console stream must not be null.");
}

this.console = stream;
}

Expand Down

0 comments on commit 84d613f

Please sign in to comment.