Update of /cvsroot/roller/roller/src/org/roller/presentation/tags
In directory sc8-pr-cvs1:/tmp/cvs-serv4011/src/org/roller/presentation/tags
Modified Files:
RowTag.java
Log Message:
Fun with Eclipse: eliminated many (of the same) (trivial) Struts deprecation
messages.
There are more, but they were non-trivial so I didn't want to mess with them at
this time.
Index: RowTag.java
===================================================================
RCS file: /cvsroot/roller/roller/src/org/roller/presentation/tags/RowTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RowTag.java 28 Jul 2002 14:04:07 -0000 1.1
--- RowTag.java 23 Dec 2002 21:42:19 -0000 1.2
***************
*** 183,186 ****
--- 183,190 ----
// Continue processing this page
return (EVAL_BODY_TAG);
+ /* Deprecated. As of Java JSP API 1.2,
+ * use BodyTag.EVAL_BODY_BUFFERED or
+ * IterationTag.EVAL_BODY_AGAIN.
+ */
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
|