From 08b9a482d3aa5e93e7ffee9469c2d4042421c2d3 Mon Sep 17 00:00:00 2001
From: ctissot <ctissot@localhost>
Date: Fri, 20 Jun 2008 14:59:15 +0000
Subject: [PATCH] This small diff includes: . a minor change to reference RawFilter (public) instead of LDAPFilter  (not public) in org.opends.server.protocols.ldap.SearchRequestProtocolOp . some typos mainly due to copy/paste

---
 opends/src/server/org/opends/server/backends/SchemaBackend.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/backends/SchemaBackend.java b/opends/src/server/org/opends/server/backends/SchemaBackend.java
index 492f284..225d41a 100644
--- a/opends/src/server/org/opends/server/backends/SchemaBackend.java
+++ b/opends/src/server/org/opends/server/backends/SchemaBackend.java
@@ -2471,7 +2471,7 @@
    * @param  ditContentRule       The DIT content rule to add or replace in the
    *                              server schema.
    * @param  schema               The schema to which the DIT content rule
-   *                              should be be added.
+   *                              should be added.
    * @param  modifiedSchemaFiles  The names of the schema files containing
    *                              schema elements that have been updated as part
    *                              of the schema modification.
@@ -2741,7 +2741,7 @@
    * @param  ditStructureRule     The DIT structure rule to add or replace in
    *                              the server schema.
    * @param  schema               The schema to which the DIT structure rule
-   *                              should be be added.
+   *                              should be added.
    * @param  modifiedSchemaFiles  The names of the schema files containing
    *                              schema elements that have been updated as part
    *                              of the schema modification.

--
Gitblit v1.10.0