From 7e6e243cf513bec3486001a2ad2789d1bf2a8eee Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Tue, 13 Oct 2015 15:53:29 +0000
Subject: [PATCH] Refactor StaticUtils in server code by calling SDK's basic methods. Remove unused methods (getBytes(char[]) and byteToBinary()) and inline some of the less used (byteToASCII() and one of the toLowerCase()).

---
 opendj-server-legacy/src/main/java/org/opends/server/plugins/AttributeCleanupPlugin.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/plugins/AttributeCleanupPlugin.java b/opendj-server-legacy/src/main/java/org/opends/server/plugins/AttributeCleanupPlugin.java
index 55fc112..395d35a 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/plugins/AttributeCleanupPlugin.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/plugins/AttributeCleanupPlugin.java
@@ -27,7 +27,7 @@
 package org.opends.server.plugins;
 
 import static org.opends.messages.PluginMessages.*;
-import static org.opends.server.util.StaticUtils.toLowerCase;
+import static com.forgerock.opendj.util.StaticUtils.toLowerCase;
 
 import java.util.*;
 import java.util.concurrent.locks.ReentrantReadWriteLock;

--
Gitblit v1.10.0