cziegeler    01/07/18 04:45:53

  Modified:    src/org/apache/cocoon/components/language/markup/xsp
                        XSPFormValidatorHelper.java
  Log:
  Corrected type for javadocs
  
  Revision  Changes    Path
  1.9       +4 -4      
xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/XSPFormValidatorHelper.java
  
  Index: XSPFormValidatorHelper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/XSPFormValidatorHelper.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XSPFormValidatorHelper.java       2001/07/12 19:12:48     1.8
  +++ XSPFormValidatorHelper.java       2001/07/18 11:45:53     1.9
  @@ -37,7 +37,7 @@
    * The <code>ValidatorActionResult</code> object helper
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Christian Haul</a>
  - * @version CVS $Revision: 1.8 $ $Date: 2001/07/12 19:12:48 $
  + * @version CVS $Revision: 1.9 $ $Date: 2001/07/18 11:45:53 $
    */
   public class XSPFormValidatorHelper {
     /**
  @@ -116,7 +116,7 @@
      *
      * @param objectModel The Map objectModel
      * @return Map with ValidatorActionResults
  -   * @see org.apache.cocoon.acting.ValitatorActionResult
  +   * @see org.apache.cocoon.acting.ValidatorActionResult
      */
       public static
       Map getResults (
  @@ -135,7 +135,7 @@
      *
      * @param objectModel The Map objectModel
      * @param name Request parameter's name
  -   * @see org.apache.cocoon.acting.ValitatorActionResult
  +   * @see org.apache.cocoon.acting.ValidatorActionResult
      */
       public static
       ValidatorActionResult getParamResult (
  @@ -156,7 +156,7 @@
      * for the context's current request parameter
      *
      * @param objectModel The Map objectModel
  -   * @see org.apache.cocoon.acting.ValitatorActionResult
  +   * @see org.apache.cocoon.acting.ValidatorActionResult
      */
       public
       ValidatorActionResult getParamResult (
  
  
  

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