From c50582e942d6082ca34a305b43b0ec9b3479a4c2 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 16 Jan 2015 17:19:55 +0000
Subject: [PATCH] OPENDJ-1729: Comments format cleanup

---
 opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/DITContentRule.java |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/DITContentRule.java b/opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/DITContentRule.java
index 36a8d79..4ef307d 100644
--- a/opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/DITContentRule.java
+++ b/opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/DITContentRule.java
@@ -467,10 +467,8 @@
                 try {
                     attributeType = schema.getAttributeType(oid);
                 } catch (final UnknownSchemaElementException e) {
-                    // This isn't good because it means that the DIT content
-                    // rule
-                    // requires an attribute type that we don't know anything
-                    // about.
+                    // This isn't good because it means that the DIT content rule
+                    // requires an attribute type that we don't know anything about.
                     final LocalizableMessage message =
                             ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR1.get(getNameOrOID(), oid);
                     throw new SchemaException(message, e);
@@ -486,10 +484,8 @@
                 try {
                     attributeType = schema.getAttributeType(oid);
                 } catch (final UnknownSchemaElementException e) {
-                    // This isn't good because it means that the DIT content
-                    // rule
-                    // requires an attribute type that we don't know anything
-                    // about.
+                    // This isn't good because it means that the DIT content rule
+                    // requires an attribute type that we don't know anything about.
                     final LocalizableMessage message =
                             ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR1.get(getNameOrOID(), oid);
                     throw new SchemaException(message, e);
@@ -505,10 +501,8 @@
                 try {
                     attributeType = schema.getAttributeType(oid);
                 } catch (final UnknownSchemaElementException e) {
-                    // This isn't good because it means that the DIT content
-                    // rule
-                    // requires an attribute type that we don't know anything
-                    // about.
+                    // This isn't good because it means that the DIT content rule
+                    // requires an attribute type that we don't know anything about.
                     final LocalizableMessage message =
                             ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR1.get(getNameOrOID(), oid);
                     throw new SchemaException(message, e);

--
Gitblit v1.10.0