From 0dabb099234ad2dd22f1a69affd3de969c624194 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 23 Jul 2013 09:32:40 -0700 Subject: [PATCH] Fix copy/paste error. --- .../net/sourceforge/guacamole/net/SSLGuacamoleSocket.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole-common/src/main/java/net/sourceforge/guacamole/net/SSLGuacamoleSocket.java b/guacamole-common/src/main/java/net/sourceforge/guacamole/net/SSLGuacamoleSocket.java index 80e07d2cd..1f1f250db 100644 --- a/guacamole-common/src/main/java/net/sourceforge/guacamole/net/SSLGuacamoleSocket.java +++ b/guacamole-common/src/main/java/net/sourceforge/guacamole/net/SSLGuacamoleSocket.java @@ -91,9 +91,9 @@ public class SSLGuacamoleSocket implements GuacamoleSocket { private Socket sock; /** - * Creates a new InetGuacamoleSocket which reads and writes instructions + * Creates a new SSLGuacamoleSocket which reads and writes instructions * to the Guacamole instruction stream of the Guacamole proxy server - * running at the given hostname and port. + * running at the given hostname and port using SSL. * * @param hostname The hostname of the Guacamole proxy server to connect to. * @param port The port of the Guacamole proxy server to connect to.