GUACAMOLE-38: Update comments to match recent changes in return type of REST 
create method.

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/6d0b6d64
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/6d0b6d64
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/6d0b6d64

Branch: refs/heads/master
Commit: 6d0b6d649462c59de67257091cadb1485c8aeb92
Parents: b283adc
Author: Nick Couchman <vn...@apache.org>
Authored: Tue May 22 22:35:56 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Jun 1 13:40:53 2018 -0400

----------------------------------------------------------------------
 .../guacamole/auth/quickconnect/rest/QuickConnectREST.java    | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/6d0b6d64/extensions/guacamole-auth-quickconnect/src/main/java/org/apache/guacamole/auth/quickconnect/rest/QuickConnectREST.java
----------------------------------------------------------------------
diff --git 
a/extensions/guacamole-auth-quickconnect/src/main/java/org/apache/guacamole/auth/quickconnect/rest/QuickConnectREST.java
 
b/extensions/guacamole-auth-quickconnect/src/main/java/org/apache/guacamole/auth/quickconnect/rest/QuickConnectREST.java
index 275e1a4..4cced07 100644
--- 
a/extensions/guacamole-auth-quickconnect/src/main/java/org/apache/guacamole/auth/quickconnect/rest/QuickConnectREST.java
+++ 
b/extensions/guacamole-auth-quickconnect/src/main/java/org/apache/guacamole/auth/quickconnect/rest/QuickConnectREST.java
@@ -56,14 +56,15 @@ public class QuickConnectREST {
 
     /**
      * Parse the URI read from the POST input, add the connection
-     * to the directory, and return the identifier of the newly-created
-     * connection.
+     * to the directory, and return a Map containing a single key,
+     * identifier, and the identifier of the new connection.
      *
      * @param uri
      *     The URI to parse into a connection.
      *
      * @return
-     *     The identifier of the connection in the directory.
+     *     A Map containing a single key, identifier, and the
+     *     identifier of the new connection.
      *
      * @throws GuacamoleException
      *     If an error is encountered parsing the URI.

Reply via email to