You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2001/11/26 10:46:19 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/matching WildcardSessionAttributeMatcher.java

haul        01/11/26 01:46:19

  Modified:    src/org/apache/cocoon/matching Tag: cocoon_20_branch
                        WildcardSessionAttributeMatcher.java
  Log:
  Did not declare to implement configurable. Fixed.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +2 -2      xml-cocoon2/src/org/apache/cocoon/matching/WildcardSessionAttributeMatcher.java
  
  Index: WildcardSessionAttributeMatcher.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/matching/WildcardSessionAttributeMatcher.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- WildcardSessionAttributeMatcher.java	2001/11/06 09:55:36	1.2.2.1
  +++ WildcardSessionAttributeMatcher.java	2001/11/26 09:46:19	1.2.2.2
  @@ -26,10 +26,10 @@
    *
    * @author <a href="mailto:haul@informatik.tu-darmstadt.de">Christian Haul</a>
    * @author <a href="mailto:sylvain@apache.org">Sylvain Wallez</a>
  - * @version CVS $Revision: 1.2.2.1 $ $Date: 2001/11/06 09:55:36 $
  + * @version CVS $Revision: 1.2.2.2 $ $Date: 2001/11/26 09:46:19 $
    */
   
  -public class WildcardSessionAttributeMatcher extends WildcardURIMatcher {
  +public class WildcardSessionAttributeMatcher extends WildcardURIMatcher implements Configurable {
   
       private String defaultParam;
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org