bruno 2004/04/30 01:37:45
Modified: src/blocks/forms/java/org/apache/cocoon/forms/formmodel
AbstractContainerWidget.java
Log:
javadoc fix
Revision Changes Path
1.10 +1 -3
cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/formmodel/AbstractContainerWidget.java
Index: AbstractContainerWidget.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/formmodel/AbstractContainerWidget.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- AbstractContainerWidget.java 28 Apr 2004 16:34:12 -0000 1.9
+++ AbstractContainerWidget.java 30 Apr 2004 08:37:45 -0000 1.10
@@ -81,8 +81,6 @@
* When overriding one should call <code>super.validate()</code> as the
first
* statement to keep in sync with this behaviour.
*
- * @param formContext to be passed to the [EMAIL PROTECTED]
Widget#validate(FormContext)}
- * of the contained widgets.
* @return <code>true</code> only if all contained widgets are valid and
the
* extra validation rules on this containment level are ok.
*/