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

Jean-Noel Rouvignac
08.00.2015 a23343e9e4e0b555b1bcfa99a7455e0e28117a3d
opendj-server-legacy/src/main/java/org/opends/server/admin/GenericConstraint.java
@@ -91,14 +91,9 @@
        return true;
      }
    }
  }
  };
  /**
   * The server-side constraint handler.
   */
  /** The server-side constraint handler. */
  private class ServerHandler extends ServerConstraintHandler {
    /** Private constructor. */
@@ -106,9 +101,6 @@
      // No implementation required.
    }
    /** {@inheritDoc} */
    @Override
    public boolean isUsable(ServerManagedObject<?> managedObject,
        Collection<LocalizableMessage> unacceptableReasons) throws ConfigException {
@@ -119,8 +111,7 @@
        return true;
      }
    }
  };
  }
  /** The client-side constraint handler. */
  private final ClientConstraintHandler clientHandler = new ClientHandler();