GUACAMOLE-220: Permissions returned by getEffectivePermissions() may BE implied, not "may implied".

This commit is contained in:
Michael Jumper
2018-04-21 14:25:39 -07:00
parent c8564f5d80
commit e75e9715f7

View File

@@ -122,7 +122,7 @@ public interface User extends Identifiable, Attributes, Permissions {
/** /**
* Returns a read-only view of all permissions granted to this user. The * Returns a read-only view of all permissions granted to this user. The
* exact semantics of what permissions are granted are up to the * exact semantics of what permissions are granted are up to the
* implementation, and the permissions within this view may implied, * implementation, and the permissions within this view may be implied,
* derived dynamically, inherited through multiple levels of group * derived dynamically, inherited through multiple levels of group
* membership, etc. * membership, etc.
* *