You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/04/22 19:46:46 UTC

[6/8] guacamole-client git commit: GUACAMOLE-220: Correct JavaDoc of getEffectiveUserGroups() - missing period.

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

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/c8564f5d
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/c8564f5d
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/c8564f5d

Branch: refs/heads/master
Commit: c8564f5d80546eb5e21dc054eb63b4f7fed327fc
Parents: b35e494
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Apr 21 14:24:11 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sat Apr 21 14:24:11 2018 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/guacamole/net/auth/AuthenticatedUser.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/c8564f5d/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/AuthenticatedUser.java
----------------------------------------------------------------------
diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/AuthenticatedUser.java b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/AuthenticatedUser.java
index c570759..a799937 100644
--- a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/AuthenticatedUser.java
+++ b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/AuthenticatedUser.java
@@ -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