webwork/src/main/webwork/dispatcher ClientServletDispatcher.java,1.13,1.14

[email protected] Sat, 01 Nov 2003 12:10:11 -0800
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork/src/main/webwork/dispatcher
In directory sc8-pr-cvs1:/tmp/cvs-serv15817/src/main/webwork/dispatcher

Modified Files:
	ClientServletDispatcher.java 
Log Message:
Fixed all javadoc warnings


Index: ClientServletDispatcher.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/dispatcher/ClientServletDispatcher.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ClientServletDispatcher.java	11 Dec 2002 17:10:10 -0000	1.13
+++ ClientServletDispatcher.java	1 Nov 2003 20:10:09 -0000	1.14
@@ -35,8 +35,6 @@
    // HttpServlet overrides -----------------------------------------
    /**
     * Initialize dispatcher servlet
-    *
-    * @param   config
     * @exception   ServletException
     */
    public void init(ServletConfig config)
@@ -48,9 +46,6 @@
 
    /**
     * Service a request
-    *
-    * @param   aRequest
-    * @param   aResponse
     * @exception   ServletException
     */
    public void service(HttpServletRequest aRequest, HttpServletResponse aResponse)
@@ -118,8 +113,8 @@
     *
     * This method can be overriden in order to create custom streams.
     *
-    * @param out
-    * @return
+    * @param out The OutputStream to wrap
+    * @return an ObjectOutputStream wrapping the specified OutputStream
     * @throws IOException
     */
    protected ObjectOutputStream createObjectOutputStream(OutputStream out)




-------------------------------------------------------
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/