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

Valery Kharseko
14 hours ago 9b22e6c88920b4d06ff0a8a67153452f8fd1bd1b
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/DSConfig.java
@@ -1395,7 +1395,7 @@
            String command = "";
            String line;
            while ((line = bReader.readLine()) != null) {
                if ("".equals(line) || line.startsWith("#")) {
                if (line.isEmpty() || line.startsWith("#")) {
                    // Empty line or comment
                    continue;
                }