mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
07.20.2012 9898c1656694000aa090269e7b9889894cf2f063
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.
     *