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

Jean-Noel Rouvignac
18.36.2013 a8437427e823fb6d10efd71d79c49f6a4c7f70c4
DN.java:
Checkstyle mi amor
1 files modified
6 ■■■■ changed files
opends/src/server/org/opends/server/types/DN.java 6 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/DN.java
@@ -51,8 +51,7 @@
     mayInstantiate=true,
     mayExtend=false,
     mayInvoke=true)
public final class DN
       implements Comparable<DN>, Serializable
public final class DN implements Comparable<DN>, Serializable
{
/*
 * NOTE:  Any changes to the set of non-static public methods defined
@@ -2804,7 +2803,8 @@
   * <ol>
   * <li>sorting AVAs (e.g. "sn=swift+cn=matt" is greater than
   * "cn=matt+sn=swift")</li>
   * <li>normalizing attribute names (e.g. "commonName" is converted to "cn")</li>
   * <li>normalizing attribute names (e.g. "commonName" is converted to "cn")
   * </li>
   * <li>normalizing attribute values (e.g. converting to lowercase)</li>
   * </ol>
   * Where AVA stands for "Attribute Value Assertion".