jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl DefaultQueue.java,1.1.1.1,1.2 FixedSizeQueue.java,1.1.1.1,1.2 LossyMultiCastSink.java,1.1.1.1,1.2 MultiCastSink.java,1.1.1.1,1.2

Leo Simons <[email protected]>
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5723/suf-components/event/impl/src/java/org/apache/excalibur/event/impl

Modified Files:
	DefaultQueue.java FixedSizeQueue.java LossyMultiCastSink.java 
	MultiCastSink.java 
Log Message:
optimize imports

Index: MultiCastSink.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/MultiCastSink.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MultiCastSink.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ MultiCastSink.java	10 Apr 2004 22:50:58 -0000	1.2
@@ -16,15 +16,15 @@
  */
 package org.apache.excalibur.event.impl;
 
-import java.util.Collection;
-import java.util.Iterator;
-import java.util.LinkedList;
-
 import org.apache.excalibur.event.PreparedEnqueue;
 import org.apache.excalibur.event.Sink;
 import org.apache.excalibur.event.SinkException;
 import org.apache.excalibur.event.SinkFullException;
 
+import java.util.Collection;
+import java.util.Iterator;
+import java.util.LinkedList;
+
 /**
  * This is a {@link org.apache.excalibur.event.seda.event.Sink}
  * implementation that multicasts enqueue operations to the

Index: DefaultQueue.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/DefaultQueue.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DefaultQueue.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ DefaultQueue.java	10 Apr 2004 22:50:58 -0000	1.2
@@ -16,6 +16,7 @@
  */
 package org.apache.excalibur.event.impl;
 
+import EDU.oswego.cs.dl.util.concurrent.ReentrantLock;
 import org.apache.commons.collections.Buffer;
 import org.apache.commons.collections.UnboundedFifoBuffer;
 import org.apache.excalibur.event.EnqueuePredicate;
@@ -23,8 +24,6 @@
 import org.apache.excalibur.event.SinkException;
 import org.apache.excalibur.event.SinkFullException;
 
-import EDU.oswego.cs.dl.util.concurrent.ReentrantLock;
-
 /**
  * The default queue implementation is a variable size queue.  This queue is
  * thread safe, however the overhead in synchronization costs a few extra

Index: LossyMultiCastSink.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/LossyMultiCastSink.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- LossyMultiCastSink.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ LossyMultiCastSink.java	10 Apr 2004 22:50:58 -0000	1.2
@@ -16,15 +16,15 @@
  */
 package org.apache.excalibur.event.impl;
 
-import java.util.Collection;
-import java.util.Iterator;
-import java.util.LinkedList;
-
 import org.apache.excalibur.event.PreparedEnqueue;
 import org.apache.excalibur.event.Sink;
 import org.apache.excalibur.event.SinkException;
 import org.apache.excalibur.event.SinkFullException;
 
+import java.util.Collection;
+import java.util.Iterator;
+import java.util.LinkedList;
+
 /**
  * This is a {@link org.apache.excalibur.event.seda.event.Sink}
  * implementation that multicasts enqueue operations to the

Index: FixedSizeQueue.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/FixedSizeQueue.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- FixedSizeQueue.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ FixedSizeQueue.java	10 Apr 2004 22:50:58 -0000	1.2
@@ -16,12 +16,11 @@
  */
 package org.apache.excalibur.event.impl;
 
+import EDU.oswego.cs.dl.util.concurrent.ReentrantLock;
 import org.apache.excalibur.event.PreparedEnqueue;
 import org.apache.excalibur.event.SinkException;
 import org.apache.excalibur.event.SinkFullException;
 
-import EDU.oswego.cs.dl.util.concurrent.ReentrantLock;
-
 /**
  * An implementation of the <code>Queue</code> that has a fixed size.  Once
  * the maximum number of elements are set, this <code>Queue</code> cannot be



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.