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

Jean-Noël Rouvignac
28.10.2015 07e7cb84f497a907074b5ca46f3147f65488d6ed
opendj-server-legacy/src/dsml/org/opends/dsml/protocol/ByteStringUtility.java
@@ -69,7 +69,7 @@
        {
          is = ((URI) obj).toURL().openStream();
          ByteStringBuilder bsb = new ByteStringBuilder();
          while (bsb.append(is, 2048) != -1)
          while (bsb.appendBytes(is, 2048) != -1)
          {
            // do nothing
          }