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

Jean-Noel Rouvignac
08.00.2015 dd8f2003df93183835bda85887e995fcf24281a9
opendj-sdk/opendj-config/src/main/java/org/forgerock/opendj/config/GenericConstraint.java
@@ -80,12 +80,9 @@
                return true;
            }
        }
    }
    };
    /**
     * The server-side constraint handler.
     */
    /** The server-side constraint handler. */
    private final class ServerHandler extends ServerConstraintHandler {
        /** Private constructor. */
@@ -104,8 +101,7 @@
                return true;
            }
        }
    };
    }
    /** The client-side constraint handler. */
    private final ClientConstraintHandler clientHandler = new ClientHandler();