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

jcduff
23.04.2008 b4f8838b15342670c31753a484abf0129e3c9653
opendj-sdk/opends/src/server/org/opends/server/tools/LDIFModify.java
@@ -330,7 +330,7 @@
        AttributeType t = a.getAttributeType();
        if (t.isObjectClassType())
        {
          for (AttributeValue v : a.getValues())
          for (AttributeValue v : a)
          {
            String stringValue = v.getStringValue();
            String lowerValue  = toLowerCase(stringValue);