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

Gaetan Boismal
16.19.2015 140e088c489759c1c9bc5e4998a77438e4e27a1f
OPENDJ-1729: Comments format cleanup
1 files modified
18 ■■■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/DITContentRule.java 18 ●●●●● patch | view | raw | blame | history
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);