From 69bcc5da5dafd4e5c4af9478f8db2de0fd5af413 Mon Sep 17 00:00:00 2001 From: Violette Roche-Montane <violette.roche-montane@forgerock.com> Date: Tue, 06 May 2014 09:17:27 +0000 Subject: [PATCH] OPENDJ-1303 "opendj-cli" - Removed && replaced StaticUtils.filterExitCode by com.forgerock.opendj.cli.Utils.filterExitCode; - Removed SetupUtils.getDefaultJMXPort and replaced it by CliConstants.DEFAULT_JMX_PORT. - Removed && replaced Utilities.OBFUSCATED_VALUE by com.forgerock.opendj.cli.Utils.OBFUSCATED_VALUE; - Removed && replaced Utils.getThrowableMsg by com.forgerock.opendj.cli.Utils.getThrowableMsg; --- opendj3-server-dev/src/server/org/opends/server/tools/LDAPModify.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3-server-dev/src/server/org/opends/server/tools/LDAPModify.java b/opendj3-server-dev/src/server/org/opends/server/tools/LDAPModify.java index 4816da0..45c5ab4 100644 --- a/opendj3-server-dev/src/server/org/opends/server/tools/LDAPModify.java +++ b/opendj3-server-dev/src/server/org/opends/server/tools/LDAPModify.java @@ -80,9 +80,9 @@ import static org.opends.server.protocols.ldap.LDAPResultCode.*; import static com.forgerock.opendj.cli.ArgumentConstants.*; import static org.opends.server.util.ServerConstants.*; -import static org.opends.server.util.StaticUtils.*; import static org.opends.server.util.args.LDAPConnectionArgumentParser.*; import static com.forgerock.opendj.cli.Utils.wrapText; +import static com.forgerock.opendj.cli.Utils.filterExitCode; /** * This class provides a tool that can be used to issue modify requests to the -- Gitblit v1.10.0