Ticket #362: The cleaning has ended, for now.

This commit is contained in:
James Muehlner
2013-12-09 20:58:41 -08:00
parent 339083a379
commit 21a0ecfd84
2 changed files with 4 additions and 4 deletions

View File

@@ -32,10 +32,10 @@ import org.glyptodon.guacamole.net.auth.Directory;
public class ConnectionService {
/**
* Converts a list of Connection to a list of APIConnection objects for
* Converts a Connection Directory to a list of APIConnection objects for
* exposing with the REST endpoints.
*
* @param connections The Connection to convert for REST endpoint use.
* @param connectionDirectory The Connection Directory to convert for REST endpoint use.
* @return A List of APIConnection objects for use with the REST endpoint.
* @throws GuacamoleException If an error occurs while converting the
* connection directory.

View File

@@ -32,10 +32,10 @@ import org.glyptodon.guacamole.net.auth.Directory;
public class ConnectionGroupService {
/**
* Converts a list of ConnectionGroup to a list of APIConnectionGroup
* Converts a ConnectionGroup directory to a list of APIConnectionGroup
* objects for exposing with the REST endpoints.
*
* @param connectionGroups The ConnectionGroup to convert for REST endpoint use.
* @param connectionGroupDirectory The ConnectionGroup Directory to convert for REST endpoint use.
* @return A List of APIConnectionGroup objects for use with the REST endpoint.
* @throws GuacamoleException If an error occurs while converting the
* connection group directory.