From d755882f59202fe62b2ad5a141b3c044c1898aa6 Mon Sep 17 00:00:00 2001 From: boli <boli@localhost> Date: Thu, 03 May 2007 21:55:23 +0000 Subject: [PATCH] Major changes made to the logging framework. It should resolve the following issues: --- opends/src/server/org/opends/server/config/ReadOnlyConfigAttribute.java | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/opends/src/server/org/opends/server/config/ReadOnlyConfigAttribute.java b/opends/src/server/org/opends/server/config/ReadOnlyConfigAttribute.java index 4ea5097..f4fcb79 100644 --- a/opends/src/server/org/opends/server/config/ReadOnlyConfigAttribute.java +++ b/opends/src/server/org/opends/server/config/ReadOnlyConfigAttribute.java @@ -42,11 +42,8 @@ import org.opends.server.types.AttributeValue; import static org.opends.server.config.ConfigConstants.*; -import static org.opends.server.loggers.Error.*; import static org.opends.server.messages.ConfigMessages.*; import static org.opends.server.messages.MessageHandler.*; -import static org.opends.server.util.ServerConstants.*; - /** -- Gitblit v1.10.0