donaldp 2002/11/07 15:29:42
Modified: fortress/src/java/org/apache/excalibur/fortress/handler
ThreadSafeComponentHandler.java
Log:
Remove method that just delegates to superclasses method.
Revision Changes Path
1.28 +1 -9
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/ThreadSafeComponentHandler.java
Index: ThreadSafeComponentHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/ThreadSafeComponentHandler.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ThreadSafeComponentHandler.java 2 Oct 2002 01:52:21 -0000 1.27
+++ ThreadSafeComponentHandler.java 7 Nov 2002 23:29:42 -0000 1.28
@@ -132,14 +132,6 @@
}
/**
- * Return a reference of the desired Component
- */
- public void put( final Object component )
- {
- super.put( component );
- }
-
- /**
* Dispose of the ComponentHandler and any associated Pools and Factories.
*/
public void dispose()
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>