mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1479: Correct AbstractUserGroup to actually be an abstract class.
This commit is contained in:
@@ -29,7 +29,7 @@ import org.apache.guacamole.net.auth.permission.SystemPermissionSet;
|
|||||||
* Base implementation of UserGroup which provides default implementations of
|
* Base implementation of UserGroup which provides default implementations of
|
||||||
* most functions.
|
* most functions.
|
||||||
*/
|
*/
|
||||||
public class AbstractUserGroup extends AbstractIdentifiable implements UserGroup {
|
public abstract class AbstractUserGroup extends AbstractIdentifiable implements UserGroup {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
|
Reference in New Issue
Block a user