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

coulbeck
01.41.2007 b2c9a3066854aea4b62ec258e0afc3a57b1a3c75
opends/src/server/org/opends/server/authorization/dseecompat/PatternDN.java
@@ -657,7 +657,6 @@
        // Initial piece.
        subInitial = new PatternRDN[to];
        subInitial = rdnComponents.subList(0, to).toArray(subInitial);
        i++;
      }
      int from;