GUACAMOLE-1479: Correct AbstractUserGroup to actually be an abstract class.

This commit is contained in:
Virtually Nick
2023-03-12 20:18:15 -04:00
parent 06374de1a5
commit 17f16428f8

View File

@@ -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}