bruno 2003/11/08 08:21:48
Modified: src/blocks/woody/java/org/apache/cocoon/woody/acting
HandleFormSubmitAction.java
Log:
Fixed javadoc error. Reported by Rice Yeh.
Revision Changes Path
1.12 +1 -1
cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/acting/HandleFormSubmitAction.java
Index: HandleFormSubmitAction.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/acting/HandleFormSubmitAction.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- HandleFormSubmitAction.java 31 Oct 2003 12:28:31 -0000 1.11
+++ HandleFormSubmitAction.java 8 Nov 2003 16:21:48 -0000 1.12
@@ -70,7 +70,7 @@
/**
* An action that will create a form instance, let it handle the current
request (and
- * do validation), and will return null if validation was successfully or
not-null when
+ * do validation), and will return not-null if validation was successfully
or null when
* validation failed. In both cases, the created form instance is stored in
a request attribute,
* so that it can be picked up later on by other components.
*