vmassol 2002/12/01 01:17:08
Modified: framework/src/java/j2ee13/org/apache/cactus/extension/jsp
JspTagLifecycle.java
Log:
Fixed some checkstyle errors (11 left ;-))
Revision Changes Path
1.5 +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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- JspTagLifecycle.java 28 Nov 2002 13:04:33 -0000 1.4
+++ JspTagLifecycle.java 1 Dec 2002 09:17:08 -0000 1.5
@@ -701,7 +701,7 @@
{
for (Iterator i = interceptors.iterator(); i.hasNext();)
{
- ((Interceptor)i.next()).evalBody(theIteration, theBody);
+ ((Interceptor) i.next()).evalBody(theIteration, theBody);
}
}
}
@@ -715,7 +715,7 @@
{
for (Iterator i = interceptors.iterator(); i.hasNext();)
{
- ((Interceptor)i.next()).skipBody();
+ ((Interceptor) i.next()).skipBody();
}
}
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>