mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/server/org/opends/server/replication/plugin/ReplLDIFOutputStream.java @@ -89,7 +89,7 @@ } else { entryBuffer = new String(b, startOfEntryIndex, len); entryBuffer = new String(b, startOfEntryIndex, bytesToRead); break; } }