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

matthew_swift
30.47.2007 a063874ec549cf3d4a7ac371991983c6ab1360f0
opends/src/server/org/opends/server/admin/client/ManagementContext.java
@@ -39,6 +39,15 @@
public abstract class ManagementContext {
  /**
   * Creates a new management context.
   */
  protected ManagementContext() {
    // No implementation required.
  }
  /**
   * Get the root configuration managed object associated with this
   * management context.
   *
@@ -46,7 +55,7 @@
   *         with this management context.
   */
  public abstract ManagedObject<RootCfgClient>
    getRootConfigurationManagedObject();
      getRootConfigurationManagedObject();