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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/DummyTask.java
@@ -80,7 +80,7 @@
      {
        for (Attribute a : attrList)
        {
          for (AttributeValue v : a.getValues())
          for (AttributeValue v : a)
          {
            sleepTime = Long.parseLong(v.getStringValue());
          }