cmlenz 2003/01/09 09:13:29
Modified: framework/src/java/j2ee13/org/apache/cactus/extension/jsp
JspTagLifecycle.java
Log:
Remove whitespace character exceeding the 80 col limit
Revision Changes Path
1.13 +2 -2
jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/extension/jsp/JspTagLifecycle.java
Index: JspTagLifecycle.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/framework/src/java/j2ee13/org/apache/cactus/extension/jsp/JspTagLifecycle.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- JspTagLifecycle.java 4 Jan 2003 16:02:03 -0000 1.12
+++ JspTagLifecycle.java 9 Jan 2003 17:13:29 -0000 1.13
@@ -164,7 +164,7 @@
* <code>JspTagLifecycle</code> does not suffice. In such cases, you need to
* use custom expectations. You can add custom expectations by creating a
* concrete subclass of the {@link JspTagLifecycle.Interceptor Interceptor}
- * class, and adding it to the list of the tag lifecycles interceptors through
+ * class, and adding it to the list of the tag lifecycles interceptors through
* {@link JspTagLifecycle#addInterceptor addInterceptor()}:
* <pre>
* ForEachTag tag = new ForEachTag();
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>