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

matthew_swift
26.01.2007 54c2799f45256fef4a981fa2a6a7c97a9708ac8b
opends/src/server/org/opends/server/admin/AbsoluteInheritedDefaultBehaviorProvider.java
@@ -41,7 +41,7 @@
    DefaultBehaviorProvider<T> {
  // The absolute path to the managed object containing the property.
  private final ManagedObjectPath path;
  private final ManagedObjectPath<?, ?> path;
  // The name of the property containing the inherited default values.
  private final String propertyName;
@@ -104,7 +104,7 @@
   * @return Returns the absolute path of the managed object
   *         containing the property which has the default values.
   */
  public ManagedObjectPath getManagedObjectPath() {
  public ManagedObjectPath<?, ?> getManagedObjectPath() {
    return path;
  }