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

Matthew Swift
29.30.2011 4b43fe8579d64e9d66b37b2f81fcd6e3ee62592e
Fix bad wrapping in comment.
1 files modified
3 ■■■■ changed files
opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/SchemaBuilder.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/SchemaBuilder.java
@@ -3731,8 +3731,7 @@
    }
    // DIT structure rules need special processing because they have
    // hierarchical
    // dependencies.
    // hierarchical dependencies.
    final List<DITStructureRule> invalidStructureRules = new LinkedList<DITStructureRule>();
    for (final DITStructureRule rule : id2StructureRules.values())
    {