Fixed comments.

This commit is contained in:
Michael Jumper
2011-12-18 21:31:56 -08:00
parent 3a95a270ac
commit 2f3e8d3643
4 changed files with 8 additions and 3 deletions

View File

@@ -53,6 +53,9 @@ import org.apache.commons.lang3.ArrayUtils;
*/
public class ReaderGuacamoleReader implements GuacamoleReader {
/**
* Wrapped Reader to be used for all input.
*/
private Reader input;
/**

View File

@@ -50,6 +50,9 @@ import net.sourceforge.guacamole.protocol.GuacamoleInstruction;
*/
public class WriterGuacamoleWriter implements GuacamoleWriter {
/**
* Wrapped Writer to be used for all output.
*/
private Writer output;
/**