Ticket #362: Added ConnectionGroup REST endpoints.

This commit is contained in:
James Muehlner
2013-10-13 16:31:54 -07:00
committed by James Muehlner
parent 0fefe94b4d
commit 754bbb28c0
11 changed files with 614 additions and 17 deletions

View File

@@ -348,7 +348,7 @@ public class ConnectionGroupService {
}
/**
* Creates a new connection group having the given name and protocol.
* Creates a new connection group having the given name and type.
*
* @param name The name to assign to the new connection group.
* @param userID The ID of the user who created this connection group.