mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-38: Style and typo fix-ups.
This commit is contained in:
@@ -55,7 +55,7 @@ public class QuickConnectAuthenticationProvider extends SimpleAuthenticationProv
|
||||
* @param credentials
|
||||
* Credentials object passed in from Guacamole login.
|
||||
*
|
||||
* @returns
|
||||
* @return
|
||||
* Returns null, which causes the client to move on to the next
|
||||
* module.
|
||||
*/
|
||||
|
@@ -48,6 +48,7 @@ class QuickConnectConnectionGroup extends AbstractConnectionGroup {
|
||||
*
|
||||
* @param name
|
||||
* The name of the QuickConnectConnectionGroup.
|
||||
*
|
||||
* @param identifier
|
||||
* The identifier of the QuickConnectConnectionGroup.
|
||||
*/
|
||||
@@ -67,6 +68,7 @@ class QuickConnectConnectionGroup extends AbstractConnectionGroup {
|
||||
*
|
||||
* @param identifier
|
||||
* The identifier of the connection to add to the group.
|
||||
*
|
||||
* @return
|
||||
* The String identifier of the connection if the add
|
||||
* operation was successful; otherwise null.
|
||||
|
@@ -66,7 +66,7 @@ public class QuickConnectDirectory extends SimpleConnectionDirectory {
|
||||
/**
|
||||
* Returns the current counter and then increments it.
|
||||
*
|
||||
* @returns
|
||||
* @return
|
||||
* An Integer representing the next available connection
|
||||
* ID to get used when adding connections.
|
||||
*/
|
||||
@@ -89,7 +89,7 @@ public class QuickConnectDirectory extends SimpleConnectionDirectory {
|
||||
* @param object
|
||||
* The QuickConnection object to add to the tree.
|
||||
*
|
||||
* @returns
|
||||
* @return
|
||||
* The connectionId of the object added to the directory.
|
||||
*
|
||||
* @throws GuacamoleException
|
||||
@@ -123,7 +123,7 @@ public class QuickConnectDirectory extends SimpleConnectionDirectory {
|
||||
* The GuacamoleConfiguration to use to create the
|
||||
* QuickConnection object.
|
||||
*
|
||||
* @returns
|
||||
* @return
|
||||
* The connectionId of the object creation in the directory.
|
||||
*
|
||||
* @throws GuacamoleException
|
||||
|
@@ -94,6 +94,7 @@ public class QuickConnectUserContext implements UserContext {
|
||||
* @param authProvider
|
||||
* The authentication provider module instantiating this
|
||||
* this class.
|
||||
*
|
||||
* @param username
|
||||
* The name of the user logging in and using this class.
|
||||
*/
|
||||
|
@@ -68,9 +68,11 @@ public class QuickConnection extends AbstractConnection {
|
||||
*
|
||||
* @param name
|
||||
* The name of the connection.
|
||||
*
|
||||
* @param identifier
|
||||
* The unique identifier of this connection within this
|
||||
* authentication module.
|
||||
*
|
||||
* @param config
|
||||
* The GuacamoleConfiguration object to store in this
|
||||
* QuickConnection.
|
||||
|
@@ -80,12 +80,11 @@ public class QuickConnectREST {
|
||||
* @param uri
|
||||
* The URI to parse into a connection.
|
||||
*
|
||||
* @returns
|
||||
* @return
|
||||
* The ID of the connection in the directory.
|
||||
*
|
||||
* @throws
|
||||
* Throws a GuacamoleException if an error is encountered
|
||||
* parsing the URI.
|
||||
* @throws GuacamoleException
|
||||
* If an error is encountered parsing the URI.
|
||||
*/
|
||||
@POST
|
||||
@Path("create")
|
||||
|
@@ -51,7 +51,7 @@ public class QCParser {
|
||||
* @param uri
|
||||
* The string form of the URI to be parsed.
|
||||
*
|
||||
* @returns
|
||||
* @return
|
||||
* A GuacamoleConfiguration using a combination of the parsed
|
||||
* URI values and default values when not specified in the
|
||||
* URI.
|
||||
|
Reference in New Issue
Block a user