From ac597593628dd9f2c2f7b98746eb770db4dd0e7c Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 03 Sep 2007 20:49:21 +0000
Subject: [PATCH] Remove unnecessary comment accidentally copied from the Driver javadoc.

---
 opends/src/server/org/opends/server/admin/client/ManagementContext.java |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/opends/src/server/org/opends/server/admin/client/ManagementContext.java b/opends/src/server/org/opends/server/admin/client/ManagementContext.java
index 1586ff0..972ace3 100644
--- a/opends/src/server/org/opends/server/admin/client/ManagementContext.java
+++ b/opends/src/server/org/opends/server/admin/client/ManagementContext.java
@@ -238,15 +238,6 @@
   /**
    * Gets the effective values of a property in the named managed
    * object.
-   * <p>
-   * Implementations MUST NOT not use
-   * {@link #getManagedObject(ManagedObjectPath)} to read the
-   * referenced managed object in its entirety. Specifically,
-   * implementations MUST only attempt to resolve the default values
-   * for the requested property and its dependencies (if it uses
-   * inherited defaults). This is to avoid infinite recursion where a
-   * managed object contains a property which inherits default values
-   * from another property in the same managed object.
    *
    * @param <PD>
    *          The type of the property to be retrieved.

--
Gitblit v1.10.0