mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/LDAPControl.java @@ -111,7 +111,7 @@ */ public final boolean hasValue() { return (value != null); return value != null; } /** {@inheritDoc} */