GUACAMOLE-220: Reword description of getGroupSearchFilter() to be less brain-meltingly difficult to read.

This commit is contained in:
Michael Jumper
2018-11-08 19:55:49 -08:00
parent 83033cad65
commit a4d6f62df0

View File

@@ -62,9 +62,9 @@ public class UserGroupService {
/** /**
* Returns the base search filter which should be used to retrieve user * Returns the base search filter which should be used to retrieve user
* groups which do not represent Guacamole connections. As excluding the * groups which do not represent Guacamole connections. As excluding the
* guacConfigGroup object class may not work as expected (may always return * guacConfigGroup object class may not work as expected if it is not
* zero results) if guacConfigGroup object class is not defined, it should * defined (may always return zero results), it should only be explicitly
* only be explicitly excluded if it is expected to have been defined. * excluded if it is expected to have been defined.
* *
* @return * @return
* The base search filter which should be used to retrieve user groups. * The base search filter which should be used to retrieve user groups.