From 6dc91f889744c17a9a0d8a7c92276b62dea25941 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: --- opendj-sdk/opends/resource/admin/example-plugin/ExamplePlugin.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/admin/example-plugin/ExamplePlugin.java b/opendj-sdk/opends/resource/admin/example-plugin/ExamplePlugin.java index adf80cc..5bda58d 100644 --- a/opendj-sdk/opends/resource/admin/example-plugin/ExamplePlugin.java +++ b/opendj-sdk/opends/resource/admin/example-plugin/ExamplePlugin.java @@ -28,7 +28,7 @@ -import static org.opends.server.loggers.Error.logError; +import static org.opends.server.loggers.ErrorLogger.logError; import java.util.List; import java.util.Set; -- Gitblit v1.10.0