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.