From 02d3bf611bd9d4c33d8ae74d320790cfb0495d8e Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 03 May 2007 09:37:28 +0000
Subject: [PATCH] Three introspection related changes required in order to support the CLI:

---
 opends/src/server/org/opends/server/admin/client/ManagedObject.java |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/admin/client/ManagedObject.java b/opends/src/server/org/opends/server/admin/client/ManagedObject.java
index c0ebde7..2fc4148 100644
--- a/opends/src/server/org/opends/server/admin/client/ManagedObject.java
+++ b/opends/src/server/org/opends/server/admin/client/ManagedObject.java
@@ -154,8 +154,7 @@
    *           If an attempt was made to remove a mandatory property.
    * @throws IllegalArgumentException
    *           If the specified property definition is not associated
-   *           with this managed object, or if the property is
-   *           read-only.
+   *           with this managed object.
    */
   public <T> void setPropertyValue(PropertyDefinition<T> d, T value)
       throws IllegalPropertyValueException,
@@ -191,8 +190,7 @@
    *           If an attempt was made to remove a mandatory property.
    * @throws IllegalArgumentException
    *           If the specified property definition is not associated
-   *           with this managed object, or if the property is
-   *           read-only.
+   *           with this managed object.
    */
   public <T> void setPropertyValues(PropertyDefinition<T> d,
       Collection<T> values) throws IllegalPropertyValueException,

--
Gitblit v1.10.0