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

matthew_swift
03.49.2007 ac597593628dd9f2c2f7b98746eb770db4dd0e7c
Remove unnecessary comment accidentally copied from the Driver javadoc.
1 files modified
9 ■■■■■ changed files
opends/src/server/org/opends/server/admin/client/ManagementContext.java 9 ●●●●● patch | view | raw | blame | history
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.