GUACAMOLE-220: Reword description of getGroupSearchFilter() to be less brain-meltingly difficult to read.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/a4d6f62d Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/a4d6f62d Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/a4d6f62d Branch: refs/heads/master Commit: a4d6f62df0f4be0ca7f97571e7c3e83c4be5a69a Parents: 83033ca Author: Michael Jumper <[email protected]> Authored: Thu Nov 8 19:55:49 2018 -0800 Committer: Michael Jumper <[email protected]> Committed: Thu Nov 8 19:55:49 2018 -0800 ---------------------------------------------------------------------- .../org/apache/guacamole/auth/ldap/group/UserGroupService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/a4d6f62d/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java index dfdd9fd..fbfeaaf 100644 --- a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java +++ b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java @@ -62,9 +62,9 @@ public class UserGroupService { /** * Returns the base search filter which should be used to retrieve user * groups which do not represent Guacamole connections. As excluding the - * guacConfigGroup object class may not work as expected (may always return - * zero results) if guacConfigGroup object class is not defined, it should - * only be explicitly excluded if it is expected to have been defined. + * guacConfigGroup object class may not work as expected if it is not + * defined (may always return zero results), it should only be explicitly + * excluded if it is expected to have been defined. * * @return * The base search filter which should be used to retrieve user groups.
