You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/12/07 00:43:44 UTC

svn commit: r887801 - /commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/src/java/org/apache/commons/jelly/tags/core/BreakTag.java

Author: niallp
Date: Sun Dec  6 23:43:44 2009
New Revision: 887801

URL: http://svn.apache.org/viewvc?rev=887801&view=rev
Log:
minor javadoc correction

Modified:
    commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/src/java/org/apache/commons/jelly/tags/core/BreakTag.java

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/src/java/org/apache/commons/jelly/tags/core/BreakTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/src/java/org/apache/commons/jelly/tags/core/BreakTag.java?rev=887801&r1=887800&r2=887801&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/src/java/org/apache/commons/jelly/tags/core/BreakTag.java (original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/jelly/src/java/org/apache/commons/jelly/tags/core/BreakTag.java Sun Dec  6 23:43:44 2009
@@ -23,7 +23,7 @@
 import org.apache.commons.jelly.expression.Expression;
 
 /**
- * A tag which terminates the execution of the current <forEach> or ≶while>
+ * A tag which terminates the execution of the current <forEach> or <while>
  * loop. This tag can take an optional boolean test attribute which if its true
  * then the break occurs otherwise the loop continues processing.
  *