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/server/ConfigChangeResult.java
@@ -40,14 +40,10 @@
     */
    private boolean adminActionRequired;
    /**
     * The result code to return to the client from this configuration change.
     */
    /** The result code to return to the client from this configuration change. */
    private ResultCode resultCode = ResultCode.SUCCESS;
    /**
     * Creates a new config change result object with the provided information.
     */
    /** Creates a new config change result object with the provided information. */
    public ConfigChangeResult() {
        // nothing more to do
    }