dims        01/08/29 03:22:01

  Modified:    src/org/apache/cocoon/matching Tag: cocoon_20_branch
                        RequestParamMatcher.java
  Log:
  Sync RequestParamMatcher.java with C2.1
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.3   +3 -2      
xml-cocoon2/src/org/apache/cocoon/matching/RequestParamMatcher.java
  
  Index: RequestParamMatcher.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/matching/RequestParamMatcher.java,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- RequestParamMatcher.java  2001/08/20 14:07:32     1.3.2.2
  +++ RequestParamMatcher.java  2001/08/29 10:22:01     1.3.2.3
  @@ -15,6 +15,7 @@
    * Standard imports
    */
   import org.apache.avalon.framework.parameters.Parameters;
  +import org.apache.avalon.framework.thread.ThreadSafe;
   import org.apache.cocoon.Constants;
   import org.apache.cocoon.environment.Request;
   
  @@ -34,9 +35,9 @@
    * </pre>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Marcus Crafter</a>
  - * @version CVS $Revision: 1.3.2.2 $
  + * @version CVS $Revision: 1.3.2.3 $
    */
  -public class RequestParamMatcher implements Matcher {
  +public class RequestParamMatcher implements Matcher, ThreadSafe {
       /**
         * Match method to see if the request parameter exists. If it does
         * have a value the parameter is added to the array list for later
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to