From 5844ed3b82d5abb7bce4e799a822d164bacccc7a Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Mon, 16 May 2011 16:29:37 +0000
Subject: [PATCH] Fix for Issue OPENDJ-151 - Resolve a couple of potential issues raised by FindBugs.
---
opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java b/opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java
index f140ac6..fbec4d3 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java
@@ -4435,9 +4435,8 @@
* Import an entry in a new schema by :
* - duplicating the schema
* - iterating over each element of the newSchemaEntry and comparing
- * with the xisting schema
+ * with the existing schema
* - if the new schema element do not exist : add it
- * - if the new schema.
*
* FIXME : attributeTypes and objectClasses are the only elements
* currently taken into account.
--
Gitblit v1.10.0