mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java @@ -121,7 +121,10 @@ */ public static byte[] getBytes(String s) { if (s == null) return null; if (s == null) { return null; } try {