You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/09/12 02:43:52 UTC

svn commit: rev 45931 - incubator/directory/seda/trunk/api/src/java/org/apache/seda/buffer

Author: akarasulu
Date: Sat Sep 11 17:43:51 2004
New Revision: 45931

Modified:
   incubator/directory/seda/trunk/api/src/java/org/apache/seda/buffer/BufferPool.java
Log:
No longer need avalonisms.


Modified: incubator/directory/seda/trunk/api/src/java/org/apache/seda/buffer/BufferPool.java
==============================================================================
--- incubator/directory/seda/trunk/api/src/java/org/apache/seda/buffer/BufferPool.java	(original)
+++ incubator/directory/seda/trunk/api/src/java/org/apache/seda/buffer/BufferPool.java	Sat Sep 11 17:43:51 2004
@@ -30,9 +30,6 @@
  */
 public interface BufferPool
 {
-    /** for Avalon compatability */
-    String ROLE = BufferPool.class.getName();
-    
     /**
      * Acquires a dedicated buffer from the buffer pool and claims interest with
      * the buffer using an object representing the interested party.