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

Jean-Noel Rouvignac
20.11.2014 b30f406570114a5a7de645fd46fc7b4bc619fb09
opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagementContext.java
@@ -575,7 +575,7 @@
        // Get the configuration entry.
        DN targetDN = DNBuilder.create(path);
        try {
            return (configRepository.getEntry(targetDN) != null);
            return configRepository.getEntry(targetDN) != null;
        } catch (ConfigException e) {
            // Assume it doesn't exist.
            return false;