You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2002/06/06 16:48:26 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/environment Request.java

cziegeler    2002/06/06 07:48:26

  Modified:    src/java/org/apache/cocoon/components/validation/schematron
                        SchematronFactory.java
               src/java/org/apache/cocoon/environment Request.java
  Log:
  Fixing some javadocs
  
  Revision  Changes    Path
  1.5       +4 -4      xml-cocoon2/src/java/org/apache/cocoon/components/validation/schematron/SchematronFactory.java
  
  Index: SchematronFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/validation/schematron/SchematronFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SchematronFactory.java	6 Jun 2002 14:43:40 -0000	1.4
  +++ SchematronFactory.java	6 Jun 2002 14:48:25 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/validation/schematron/SchematronFactory.java,v 1.4 2002/06/06 14:43:40 cziegeler Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/06/06 14:43:40 $
  + * $Header: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/validation/schematron/SchematronFactory.java,v 1.5 2002/06/06 14:48:25 cziegeler Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/06/06 14:48:25 $
    *
    * ====================================================================
    * The Apache Software License, Version 1.1
  @@ -162,7 +162,7 @@
   
     /**
      * Build Schematron schema object from a DOM document
  -   * @ param doc DOM document containing the schema
  +   * @param doc DOM document containing the schema
      *
      */
     protected SchematronSchema buildSchema( Document doc )
  
  
  
  1.7       +2 -2      xml-cocoon2/src/java/org/apache/cocoon/environment/Request.java
  
  Index: Request.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/Request.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Request.java	28 Feb 2002 15:08:51 -0000	1.6
  +++ Request.java	6 Jun 2002 14:48:26 -0000	1.7
  @@ -61,7 +61,7 @@
    * @author <a href="mailto:dims@yahoo.com">Davanum Srinivas</a>
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Id: Request.java,v 1.6 2002/02/28 15:08:51 vgritsenko Exp $
  + * @version CVS $Id: Request.java,v 1.7 2002/06/06 14:48:26 cziegeler Exp $
    *
    */
   
  @@ -142,7 +142,7 @@
        /**
        * Overrides the charactor encoding of parameters.
        *
  -     * @throw java.io.UnsupportedEncodingException if this is not a valid encoding.
  +     * @throws java.io.UnsupportedEncodingException if this is not a valid encoding.
        */
   
       void setCharacterEncoding(String enc) throws java.io.UnsupportedEncodingException;
  
  
  

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