cziegeler 01/07/18 04:45:37
Modified: src/org/apache/cocoon/components/language/markup/xsp Tag:
cocoon_20_branch XSPFormValidatorHelper.java
Log:
Corrected type for javadocs
Revision Changes Path
No revision
No revision
1.1.2.7 +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.1.2.6
retrieving revision 1.1.2.7
diff -u -r1.1.2.6 -r1.1.2.7
--- XSPFormValidatorHelper.java 2001/07/12 19:12:16 1.1.2.6
+++ XSPFormValidatorHelper.java 2001/07/18 11:45:37 1.1.2.7
@@ -37,7 +37,7 @@
* The <code>ValidatorActionResult</code> object helper
*
* @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a>
- * @version CVS $Revision: 1.1.2.6 $ $Date: 2001/07/12 19:12:16 $
+ * @version CVS $Revision: 1.1.2.7 $ $Date: 2001/07/18 11:45:37 $
*/
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]