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/TestChildCfg.java
File was renamed from opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/TestChildCfg.java
@@ -24,7 +24,7 @@
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
package org.opends.server.admin.server;
package org.opends.server.admin;
@@ -43,4 +43,12 @@
   */
  ManagedObjectDefinition<? extends TestChildCfgClient, ? extends TestChildCfg> definition();
  /**
   * Get the "heartbeat-interval" property.
   *
   * @return Returns the value of the "heartbeat-interval" property.
   */
  long getHeartbeatInterval();
}