donaldp 2002/11/07 15:28:59
Modified: fortress/src/java/org/apache/excalibur/fortress/handler
PerThreadComponentHandler.java
Log:
Remove method that just delegates to superclasses method.
Revision Changes Path
1.29 +1 -9
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/PerThreadComponentHandler.java
Index: PerThreadComponentHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/PerThreadComponentHandler.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- PerThreadComponentHandler.java 2 Oct 2002 01:47:00 -0000 1.28
+++ PerThreadComponentHandler.java 7 Nov 2002 23:28:59 -0000 1.29
@@ -135,14 +135,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.
*/
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>