[hornetq-commits] JBoss hornetq SVN: r7855 - trunk/src/main/org/hornetq/core/buffers.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 21 05:28:30 EDT 2009


Author: ataylor
Date: 2009-08-21 05:28:30 -0400 (Fri, 21 Aug 2009)
New Revision: 7855

Modified:
   trunk/src/main/org/hornetq/core/buffers/ChannelBuffer.java
Log:
removed imports that broke build

Modified: trunk/src/main/org/hornetq/core/buffers/ChannelBuffer.java
===================================================================
--- trunk/src/main/org/hornetq/core/buffers/ChannelBuffer.java	2009-08-21 08:50:00 UTC (rev 7854)
+++ trunk/src/main/org/hornetq/core/buffers/ChannelBuffer.java	2009-08-21 09:28:30 UTC (rev 7855)
@@ -22,9 +22,6 @@
 import java.nio.charset.UnsupportedCharsetException;
 
 import org.hornetq.core.remoting.spi.HornetQBuffer;
-import org.jboss.netty.buffer.ChannelBufferIndexFinder;
-import org.jboss.netty.buffer.ChannelBufferInputStream;
-import org.jboss.netty.buffer.ChannelBufferOutputStream;
 
 /**
  * A random and sequential accessible sequence of zero or more bytes (octets).



More information about the hornetq-commits mailing list