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

Jean-Noel Rouvignac
12.05.2014 4445ae4615953e78c8a06525c8b51f0de9a03498
Updating copyright after code updates
1 files modified
6 ■■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/ByteSequence.java 6 ●●●● patch | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/ByteSequence.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Portions copyright 2011-2013 ForgeRock AS
 *      Portions copyright 2011-2014 ForgeRock AS
 */
package org.forgerock.opendj.ldap;
@@ -117,6 +117,7 @@
     *         whether this byte sequence is less than, equal to, or greater
     *         than the specified object.
     */
    @Override
    int compareTo(ByteSequence o);
    /**
@@ -235,6 +236,7 @@
     *         content is equal to that of this byte sequence, or {@code false}
     *         if not.
     */
    @Override
    boolean equals(Object o);
    /**
@@ -243,6 +245,7 @@
     *
     * @return A hash code for this byte sequence.
     */
    @Override
    int hashCode();
    /**
@@ -325,5 +328,6 @@
     *
     * @return The string representation of this byte sequence.
     */
    @Override
    String toString();
}