cziegeler    01/11/06 02:13:31

  Modified:    src/org/apache/cocoon/matching PreparableMatcher.java
               src/org/apache/cocoon/sitemap XSLTFactoryLoader.java
  Log:
  Fixed javadocs
  
  Revision  Changes    Path
  1.2       +2 -2      
xml-cocoon2/src/org/apache/cocoon/matching/PreparableMatcher.java
  
  Index: PreparableMatcher.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/matching/PreparableMatcher.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PreparableMatcher.java    2001/10/22 10:17:45     1.1
  +++ PreparableMatcher.java    2001/11/06 10:13:31     1.2
  @@ -20,7 +20,7 @@
    * or to match with a request-time evaluated pattern (for {..} substitution).
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2001/10/22 10:17:45 $
  + * @version CVS $Revision: 1.2 $ $Date: 2001/11/06 10:13:31 $
    */
   public interface PreparableMatcher extends Matcher {
   
  @@ -29,7 +29,7 @@
        * expression matcher can precompile the expression and return the 
corresponding
        * object. This method is called once for each pattern used with a 
particular matcher
        * class. The returned value is then passed back as the 
<code>preparedPattern</code>
  -     * parameter of [EMAIL PROTECTED] #match(Object, Map, Parameters)}.
  +     * parameter of [EMAIL PROTECTED] #preparedMatch(Object, Map, 
Parameters)}.
        *
        * @param pattern The pattern to prepare. Depending on the 
implementation the pattern
        *                can contain wildcards or regular expressions.
  
  
  
  1.13      +2 -2      
xml-cocoon2/src/org/apache/cocoon/sitemap/XSLTFactoryLoader.java
  
  Index: XSLTFactoryLoader.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/sitemap/XSLTFactoryLoader.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XSLTFactoryLoader.java    2001/11/05 13:18:35     1.12
  +++ XSLTFactoryLoader.java    2001/11/06 10:13:31     1.13
  @@ -26,7 +26,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
  - * @version CVS $Revision: 1.12 $ $Date: 2001/11/05 13:18:35 $
  + * @version CVS $Revision: 1.13 $ $Date: 2001/11/06 10:13:31 $
    */
   public class XSLTFactoryLoader {
       protected static Logger log;
  @@ -157,7 +157,7 @@
       }
   
       /**
  -     * Escapes like [EMAIL PROTECTED] escape(String)} after having removed 
any '\' preceding a '{'.
  +     * Escapes like [EMAIL PROTECTED] #escape(String)} after having removed 
any '\' preceding a '{'.
        * This is used to insert a pattern with escaped subsitution syntax in 
Java source.
        */
       public String escapeBraces(String string) {
  
  
  

----------------------------------------------------------------------
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