From 747224b472c37b0f1325344918fcc08265bb1b09 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:
---
opendj-sdk/opends/src/server/org/opends/server/admin/client/ManagedObject.java | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/admin/client/ManagedObject.java b/opendj-sdk/opends/src/server/org/opends/server/admin/client/ManagedObject.java
index c0ebde7..2fc4148 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/admin/client/ManagedObject.java
+++ b/opendj-sdk/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