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

matthew_swift
22.35.2007 836e359af22b0362453e9fabcb3f8a47e2780e8e
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestParentCfg.java
File was renamed from opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/TestParentCfg.java
@@ -24,12 +24,10 @@
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
package org.opends.server.admin.server;
package org.opends.server.admin;
import org.opends.server.admin.Configuration;
import org.opends.server.admin.ManagedObjectDefinition;
@@ -43,4 +41,21 @@
   */
  ManagedObjectDefinition<? extends TestParentCfgClient, ? extends TestParentCfg> definition();
  /**
   * Get the "maximum-length" property.
   *
   * @return Returns the value of the "maximum-length" property.
   */
  int getMaximumLength();
  /**
   * Get the "minimum-length" property.
   *
   * @return Returns the value of the "minimum-length" property.
   */
  int getMinimumLength();
}