mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-server-legacy/src/main/java/org/opends/server/extensions/BlowfishPasswordStorageScheme.java @@ -169,7 +169,7 @@ Arrays.fill(plaintextBytes, (byte) 0); } return ByteString.valueOf(buffer.toString()); return ByteString.valueOf(buffer); }