From abf2b98003c52deb2319cfd64a6e280531e84324 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Mon, 14 Aug 2006 13:33:54 +0000 Subject: [PATCH] Make a few changes in the area of account status notifications: --- opends/src/server/org/opends/server/tools/LDAPConnection.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/tools/LDAPConnection.java b/opends/src/server/org/opends/server/tools/LDAPConnection.java index 4afb054..712a518 100644 --- a/opends/src/server/org/opends/server/tools/LDAPConnection.java +++ b/opends/src/server/org/opends/server/tools/LDAPConnection.java @@ -47,7 +47,8 @@ import static org.opends.server.loggers.Debug.*; import static org.opends.server.messages.MessageHandler.*; -import static org.opends.server.messages.CoreMessages.*; +import static org.opends.server.messages.CoreMessages. + MSGID_RESULT_CLIENT_SIDE_CONNECT_ERROR; import static org.opends.server.messages.ToolMessages.*; import static org.opends.server.util.ServerConstants.*; import static org.opends.server.util.StaticUtils.*; -- Gitblit v1.10.0