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

Jean-Noël Rouvignac
19.36.2016 93dc3520b26d74dadbdad265182d9beaa9145dc4
opendj-config/src/main/java/org/forgerock/opendj/config/DefinitionDecodingException.java
@@ -21,15 +21,10 @@
import org.forgerock.i18n.LocalizableMessage;
/**
 * The requested managed object was found but its type could not be determined.
 */
/** The requested managed object was found but its type could not be determined. */
public class DefinitionDecodingException extends DecodingException {
    /**
     * An enumeration defining the reasons why the definition could not be
     * resolved.
     */
    /** An enumeration defining the reasons why the definition could not be resolved. */
    public static enum Reason {
        /**
         * The managed object could be found but its type resolved to an
@@ -51,9 +46,7 @@
    }
    /**
     * Version ID required by serializable classes.
     */
    /** Version ID required by serializable classes. */
    private static final long serialVersionUID = 3459033551415663416L;
    /** Create the message. */