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

Jean-Noel Rouvignac
11.35.2013 842ed9a4e089384913c27f036d16e9a5a9facaf7
Fix checkstyle:
package org.opends.server.types requires javadoc even for private methods.
1 files modified
14 ■■■■■ changed files
opends/src/server/org/opends/server/types/RDN.java 14 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/RDN.java
@@ -1181,6 +1181,20 @@
    }
  }
  /**
   * Compares two attribute values by using the provided OrderingMatchingRule if
   * it is not null, or relying on alphabetical ordering otherwise.
   *
   * @param value1
   *          the first attribute value to compare
   * @param value2
   *          the second attribute value to compare
   * @param omr
   *          if not null, the OrderingMatchingRule to use for comparison
   * @return A negative integer if this value1 should come before the value2, a
   *         positive integer if value1 should come after value2, or zero if
   *         there is no difference with regard to ordering.
   */
  private int compare(AttributeValue value1, AttributeValue value2,
      OrderingMatchingRule omr)
  {