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

matthew_swift
03.04.2007 4a314a97cbacdf0e4450f44333dfbe6e63138aa1
Add protected constructor.
1 files modified
9 ■■■■■ changed files
opends/src/server/org/opends/server/admin/client/ClientConstraintHandler.java 9 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/ClientConstraintHandler.java
@@ -51,6 +51,15 @@
public abstract class ClientConstraintHandler {
  /**
   * Creates a new client constraint handler.
   */
  protected ClientConstraintHandler() {
    // No implementation required.
  }
  /**
   * Determines whether or not the newly created managed object which
   * is about to be added to the server configuration satisfies this
   * constraint.