From 3f6a1194c1e375aa0343b0d175cf29d11365c5ce Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 31 May 2007 18:28:24 +0000
Subject: [PATCH] Eliminate build warnings when compiling QuickSetup.
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
index d123796..d372363 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
@@ -389,7 +389,7 @@
LOG.log(Level.INFO, "ignoring attribute that already exists: " +
modListToString(op.getModifications()));
} else if (rc.equals(ResultCode.NO_SUCH_ATTRIBUTE)) {
- // This canĀ·happen if for instance the old configuration was
+ // This can happen if for instance the old configuration was
// changed so that the value of an attribute matches the default
// value of the attribute in the new configuration.
// Just log it and move on.
--
Gitblit v1.10.0