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;
/**

View File

@@ -54,7 +54,6 @@ import net.sourceforge.guacamole.GuacamoleException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Provides abstract socket-like access to a Guacamole connection over a given
* hostname and port.