mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-38: Update comments to match recent changes in return type of REST create method.
This commit is contained in:
@@ -56,14 +56,15 @@ public class QuickConnectREST {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse the URI read from the POST input, add the connection
|
* Parse the URI read from the POST input, add the connection
|
||||||
* to the directory, and return the identifier of the newly-created
|
* to the directory, and return a Map containing a single key,
|
||||||
* connection.
|
* identifier, and the identifier of the new connection.
|
||||||
*
|
*
|
||||||
* @param uri
|
* @param uri
|
||||||
* The URI to parse into a connection.
|
* The URI to parse into a connection.
|
||||||
*
|
*
|
||||||
* @return
|
* @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
|
* @throws GuacamoleException
|
||||||
* If an error is encountered parsing the URI.
|
* If an error is encountered parsing the URI.
|
||||||
|
Reference in New Issue
Block a user