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

Jean-Noel Rouvignac
21.39.2014 6771bc57f190a8275922290077de1f6d6b374a6f
opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagementContext.java
@@ -98,7 +98,7 @@
         * Any exception that occurred whilst retrieving inherited default
         * values.
         */
        private PropertyException exception = null;
        private PropertyException exception;
        /**
         * Optional new configuration entry which does not yet exist in
@@ -107,10 +107,10 @@
        private final Entry newConfigEntry;
        /** The path of the managed object containing the next property. */
        private ManagedObjectPath<?, ?> nextPath = null;
        private ManagedObjectPath<?, ?> nextPath;
        /** The next property whose default values were required. */
        private PropertyDefinition<T> nextProperty = null;
        private PropertyDefinition<T> nextProperty;
        /** Private constructor. */
        private DefaultValueFinder(Entry newConfigEntry) {