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

Jean-Noel Rouvignac
21.39.2014 6771bc57f190a8275922290077de1f6d6b374a6f
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/PropertyValueEditor.java
@@ -346,7 +346,7 @@
            implements MenuCallback<Void> {
        /** Any exception that was caught during processing. */
        private ClientException e = null;
        private ClientException e;
        /** The managed object being edited. */
        private final ManagedObject<?> mo;
@@ -561,7 +561,7 @@
            implements MenuCallback<Boolean> {
        /** Any exception that was caught during processing. */
        private ClientException e = null;
        private ClientException e;
        /** The managed object being edited. */
        private final ManagedObject<?> mo;
@@ -1276,7 +1276,7 @@
            MenuCallback<Boolean> {
        /** Any exception that was caught during processing. */
        private ClientException e = null;
        private ClientException e;
        /** The managed object being edited. */
        private final ManagedObject<?> mo;
@@ -1357,7 +1357,7 @@
            implements MenuCallback<Boolean> {
        /** Any exception that was caught during processing. */
        private ClientException e = null;
        private ClientException e;
        /** The managed object being edited. */
        private final ManagedObject<?> mo;