From c5caa0bae393af8b18932a261a193df44f42e304 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 18 Sep 2013 09:36:40 +0000
Subject: [PATCH] DN.java: Checkstyle mi amor
---
opendj-sdk/opends/src/server/org/opends/server/types/DN.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/types/DN.java b/opendj-sdk/opends/src/server/org/opends/server/types/DN.java
index 3bcf909..18712b0 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/types/DN.java
+++ b/opendj-sdk/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".
@@ -2815,7 +2815,7 @@
* <li>an RDN is made of one or several AVA</li>
* <li>an AVA is a attribute type and an attribute value</li>
* </ul>
- *
+ *
* @return A normalized string representation of this DN.
*/
public String toNormalizedString()
--
Gitblit v1.10.0