opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/SchemaElement.java
@@ -58,6 +58,11 @@ } /** * {@inheritDoc} */ public abstract boolean equals(Object obj); /** * Returns the description of this schema definition. * * @return The description of this schema definition. @@ -97,6 +102,16 @@ } /** * {@inheritDoc} */ public abstract int hashCode(); /** * {@inheritDoc} */ public abstract String toString(); /** * Builds a string representation of this schema definition in the form * specified in RFC 2252. *