Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-7618] fixing silly mistake in last commit.
  • Loading branch information
rpetti committed Jun 24, 2011
1 parent bc63a27 commit a4c0750
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -135,11 +135,11 @@ private void closeBuffers(){
}

public InputStream getInputStream() {
throw new UnsupportedOperationException("Not supported yet.");
return input;
}

public OutputStream getOutputStream() {
throw new UnsupportedOperationException("Not supported yet.");
return output;
}

}

0 comments on commit a4c0750

Please sign in to comment.