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

matthew_swift
03.04.2007 061d5b80e312bdb5bbf62dc18f9e2c0e0edec9af
Add protected constructor.
1 files modified
9 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/admin/client/ClientConstraintHandler.java 9 ●●●●● patch | view | raw | blame | history
opendj-sdk/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.