rwaldhoff 2002/12/09 17:33:39
Modified: jelly/src/java/org/apache/commons/jelly/tags/core
BreakTag.java
Log:
minor javadoc
Revision Changes Path
1.3 +3 -2
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/core/BreakTag.java
Index: BreakTag.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/core/BreakTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BreakTag.java 30 Oct 2002 19:16:20 -0000 1.2
+++ BreakTag.java 10 Dec 2002 01:33:39 -0000 1.3
@@ -97,8 +97,9 @@
}
/**
- * Sets the Jelly expression to evaluate.
- * If this returns true then the loop is terminated
+ * Sets the Jelly expression to evaluate (optional).
+ * If this is <code>null</code> or evaluates to
+ * <code>true</code> then the loop is terminated
*
* @param test the Jelly expression to evaluate
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>