From 506eee12c5fe5d42d3f90662289426e6cc8aed76 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 31 Aug 2007 22:06:04 +0000
Subject: [PATCH] Fix issue 1734: Admin framework: refactor client APIs
---
opendj-sdk/opends/src/server/org/opends/server/admin/client/package-info.java | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/admin/client/package-info.java b/opendj-sdk/opends/src/server/org/opends/server/admin/client/package-info.java
index f92dd8b..0d5f99b 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/admin/client/package-info.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/admin/client/package-info.java
@@ -30,12 +30,8 @@
/**
* Common client-side administration classes.
* <p>
- * This package contains classes which client applications and client-side
- * driver implementations are expected to use.
- * <p>
- * In addition, there are also two example client
- * applications, <code>ExampleClient</code> and
- * <code>ExampleIntrospection</code>.
+ * This package contains classes which client applications are
+ * expected to use.
*/
@org.opends.server.types.PublicAPI(
stability=org.opends.server.types.StabilityLevel.PRIVATE)
--
Gitblit v1.10.0