unico 2003/10/25 15:11:42
Modified: src/java/org/apache/cocoon/matching CookieMatcher.java
Log:
this one is stateless, it should have been marked ThreadSafe before, mark it
singleton now
Revision Changes Path
1.4 +2 -2
cocoon-2.2/src/java/org/apache/cocoon/matching/CookieMatcher.java
Index: CookieMatcher.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/java/org/apache/cocoon/matching/CookieMatcher.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CookieMatcher.java 25 Oct 2003 21:59:50 -0000 1.3
+++ CookieMatcher.java 25 Oct 2003 22:11:42 -0000 1.4
@@ -69,7 +69,7 @@
*
* @avalon.component
* @avalon.service type="Matcher"
- * @x-avalon.lifestyle type="pooled"
+ * @x-avalon.lifestyle type="singleton"
* @x-avalon.info name="cookie-matcher"
*/
public class CookieMatcher extends AbstractLogEnabled implements Matcher {