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

vharseko
10.46.2018 0c33447547f57f1cc67830fcc80797f8e40c81d0
opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/DSMLAddOperation.java
@@ -87,7 +87,7 @@
    for(DsmlAttr attr : addList)
    {
      ArrayList<ByteString> values = new ArrayList<>();
      List<String> vals = attr.getValue();
      List vals = attr.getValue();
      for(Object val : vals)
      {
        values.add(ByteStringUtility.convertValue(val));