Commit b4e49af8 authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story ac2. Reformatted code.

parent b9f1f7a4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -170,8 +170,7 @@ public interface GroupPersistence<T extends Principal>
     * @throws TransientException If an temporary, unexpected problem occurred.
     * @throws AccessControlException If the operation is not permitted.
     */
    Collection<Group> getGroups(T userID, Role role, 
                                                String groupID)
    Collection<Group> getGroups(T userID, Role role, String groupID)
        throws UserNotFoundException, GroupNotFoundException,
               TransientException, AccessControlException;