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

Matthew Swift
29.30.2011 c463a35747872c2dc3e5d2fa3506fec061d13643
Fix bad wrapping in comment.
1 files modified
3 ■■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/SchemaBuilder.java 3 ●●●● patch | view | raw | blame | history
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())
    {