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

vharseko
10.46.2018 0c33447547f57f1cc67830fcc80797f8e40c81d0
opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/DSMLSearchOperation.java
@@ -277,7 +277,7 @@
  private static LDAPFilter createSubstringFilter(SubstringFilter sf)
        throws LDAPException, IOException
  {
    List<String> anyo = sf.getAny();
    List anyo = sf.getAny();
    ArrayList<ByteString> subAnyElements = new ArrayList<>(anyo.size());
    for (Object o : anyo)
@@ -555,7 +555,7 @@
            DsmlAttr dsmlAttr = objFactory.createDsmlAttr();
            dsmlAttr.setName(nm);
            List<String> dsmlAttrVal = dsmlAttr.getValue();
            List dsmlAttrVal = dsmlAttr.getValue();
            List<ByteString> vals = attr.getValues();
            for (ByteString val : vals)
            {