From 1982ccced3694b50b47206ce6a9e9de07b77e476 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 06 Dec 2007 14:26:05 +0000
Subject: [PATCH] Fix typo.

---
 opends/src/server/org/opends/server/types/StabilityLevel.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/types/StabilityLevel.java b/opends/src/server/org/opends/server/types/StabilityLevel.java
index c8830a6..9d5b822 100644
--- a/opends/src/server/org/opends/server/types/StabilityLevel.java
+++ b/opends/src/server/org/opends/server/types/StabilityLevel.java
@@ -129,7 +129,7 @@
 
 
   /**
-   * The associated package, class, or method should not be considered
+   * The associated package, class, or method should be considered
    * part of the OpenDS private API and should not be used by
    * third-party code.  No prior notice is required for incompatible
    * changes to code with a {@code PRIVATE} classification.

--
Gitblit v1.10.0