Author: chirino
Date: Thu Jan 6 17:56:22 2011
New Revision: 1055963
URL: http://svn.apache.org/viewvc?rev=1055963&view=rev
Log:
use the hexsupport in hawtbuf
Removed:
activemq/activemq-apollo/trunk/apollo-util/src/main/scala/org/apache/activemq/apollo/util/HexSupport.java
Modified:
activemq/activemq-apollo/trunk/apollo-util/src/main/scala/org/apache/activemq/apollo/util/IOHelper.java
Modified:
activemq/activemq-apollo/trunk/apollo-util/src/main/scala/org/apache/activemq/apollo/util/IOHelper.java
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-util/src/main/scala/org/apache/activemq/apollo/util/IOHelper.java?rev=1055963&r1=1055962&r2=1055963&view=diff
==============================================================================
---
activemq/activemq-apollo/trunk/apollo-util/src/main/scala/org/apache/activemq/apollo/util/IOHelper.java
(original)
+++
activemq/activemq-apollo/trunk/apollo-util/src/main/scala/org/apache/activemq/apollo/util/IOHelper.java
Thu Jan 6 17:56:22 2011
@@ -21,6 +21,7 @@ import java.lang.reflect.Field;
import org.apache.activemq.apollo.util.os.CLibrary;
import org.fusesource.hawtbuf.ByteArrayOutputStream;
+import org.fusesource.hawtbuf.HexSupport;
/**
*/