GUACAMOLE-44: Remove remove repeated repeated word word from from comment comment.

This commit is contained in:
Michael Jumper
2016-06-06 10:17:19 -07:00
parent b6983586ed
commit 2e8263a589

View File

@@ -46,7 +46,7 @@ public class GuacamoleStreamException extends GuacamoleServerException {
* *
* @param message * @param message
* The human readable description of the error that occurred, as * The human readable description of the error that occurred, as
* as provided by the stream. * provided by the stream.
*/ */
public GuacamoleStreamException(GuacamoleStatus status, String message) { public GuacamoleStreamException(GuacamoleStatus status, String message) {
super(message); super(message);