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

Jean-Noel Rouvignac
15.17.2014 6870993d12bf8a2b9d5cd103dc5ccabc42f9bf5d
opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagedObjectDecodingException.java
@@ -49,7 +49,7 @@
     */
    private static final long serialVersionUID = -4268510652395945357L;
    // Create the message.
    /** Create the message. */
    private static LocalizableMessage createMessage(ManagedObject<?> partialManagedObject,
        Collection<PropertyException> causes) {
        Reject.ifNull(causes);
@@ -75,10 +75,10 @@
        }
    }
    // The exception(s) that caused this decoding exception.
    /** The exception(s) that caused this decoding exception. */
    private final Collection<PropertyException> causes;
    // The partially created managed object.
    /** The partially created managed object. */
    private final ManagedObject<?> partialManagedObject;
    /**