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

Jean-Noel Rouvignac
21.39.2014 6771bc57f190a8275922290077de1f6d6b374a6f
opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/AbstractManagedObject.java
@@ -82,15 +82,11 @@
    private final class DefaultManagedObjectFactory implements RelationDefinitionVisitor<Void, Void> {
        /** Possible exceptions. */
        private ManagedObjectAlreadyExistsException moaee = null;
        private MissingMandatoryPropertiesException mmpe = null;
        private ConcurrentModificationException cme = null;
        private OperationRejectedException ore = null;
        private LdapException ere = null;
        private ManagedObjectAlreadyExistsException moaee;
        private MissingMandatoryPropertiesException mmpe;
        private ConcurrentModificationException cme;
        private OperationRejectedException ore;
        private LdapException ere;
        /** {@inheritDoc} */
        @Override