webwork/src/main/webwork/view/taglib WebWorkBodyTagSupport.java,1.10,1.11

[email protected]
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork/src/main/webwork/view/taglib
In directory sc8-pr-cvs1:/tmp/cvs-serv32284/src/main/webwork/view/taglib

Modified Files:
	WebWorkBodyTagSupport.java 
Log Message:
Cleanup


Index: WebWorkBodyTagSupport.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/view/taglib/WebWorkBodyTagSupport.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- WebWorkBodyTagSupport.java	10 Sep 2003 21:51:29 -0000	1.10
+++ WebWorkBodyTagSupport.java	31 Oct 2003 00:51:24 -0000	1.11
@@ -8,16 +8,12 @@
 
 import webwork.util.ServletValueStack;
 import webwork.util.BeanUtil;
-import webwork.action.ValidationEditorSupport;
+import webwork.util.FastByteArrayOutputStream;
 
 import javax.servlet.jsp.PageContext;
 import javax.servlet.jsp.tagext.BodyTagSupport;
 import javax.servlet.jsp.tagext.Tag;
-import java.io.ByteArrayOutputStream;
 import java.io.PrintWriter;
-import java.beans.PropertyEditor;
-
-import org.apache.commons.logging.*;
 
 /**
  * Base class for tags with bodies.
@@ -82,7 +78,7 @@
 
    protected String toString(Throwable t)
    {
-      ByteArrayOutputStream bout = new ByteArrayOutputStream();
+      FastByteArrayOutputStream bout = new FastByteArrayOutputStream();
       PrintWriter wrt = new PrintWriter(bout);
       t.printStackTrace(wrt);
       wrt.close();
@@ -94,42 +90,3 @@
       stack = null;
    }
 }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.