Commit d16c50c9 authored by Guus der Kinderen's avatar Guus der Kinderen

Merge pull request #575 from guusdk/OF-1126

OF-1126: Abstract implemenation should not change signature
parents 16afba74 10e949a6
......@@ -90,7 +90,7 @@ public abstract class AbstractGroupProvider implements GroupProvider {
* @throws UnsupportedOperationException
*/
@Override
public Group createGroup(String name) {
public Group createGroup(String name) throws GroupAlreadyExistsException {
throw new UnsupportedOperationException("Cannot create groups via read-only provider");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment