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

Jean-Noel Rouvignac
15.17.2014 661593f15f14aaf55d73c7979dab1e900ebae2af
opendj-sdk/opendj-config/src/main/java/org/forgerock/opendj/config/DefinitionDecodingException.java
@@ -65,7 +65,7 @@
     */
    private static final long serialVersionUID = 3459033551415663416L;
    // Create the message.
    /** Create the message. */
    private static LocalizableMessage createLocalizableMessage(AbstractManagedObjectDefinition<?, ?> d, Reason reason) {
        LocalizableMessage ufn = d.getUserFriendlyName();
        switch (reason) {
@@ -78,10 +78,10 @@
        }
    }
    // The expected type of managed object.
    /** The expected type of managed object. */
    private final AbstractManagedObjectDefinition<?, ?> d;
    // The reason why the definition could not be determined.
    /** The reason why the definition could not be determined. */
    private final Reason reason;
    /**