You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2004/06/23 14:07:55 UTC

svn commit: rev 21605 - excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler

Author: leosimons
Date: Wed Jun 23 05:07:54 2004
New Revision: 21605

Modified:
   excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java
Log:
Please make sure that code you commit actually compiles >:)

Modified: excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java	(original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java	Wed Jun 23 05:07:54 2004
@@ -21,7 +21,8 @@
 import java.util.Iterator;
 import java.util.LinkedList;
 import java.util.List;
-
+import java.util.Map;
+import java.util.HashMap;
 
 /**
  * The PerThreadComponentHandler implements a singleton with a slight difference:

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org