GUACAMOLE-220: Correct JavaDoc of getEffectiveUserGroups() - missing period.

This commit is contained in:
Michael Jumper
2018-04-21 14:24:11 -07:00
parent b35e494fdf
commit c8564f5d80

View File

@@ -60,7 +60,7 @@ public interface AuthenticatedUser extends Identifiable {
* Note that, as with user identifiers, user group identifiers form the
* basis of identity which applies across authentication providers. It is
* expected that any two user groups having the same identifier represent
* the same group, even if defined by different authentication providers
* the same group, even if defined by different authentication providers.
*
* @return
* A read-only set of the identifiers of all user groups which apply