webwork/src/main/webwork/util ServletValueStack.java,1.4,1.5

[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/util
In directory sc8-pr-cvs1:/tmp/cvs-serv15817/src/main/webwork/util

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


Index: ServletValueStack.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/util/ServletValueStack.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ServletValueStack.java	10 Sep 2003 21:47:11 -0000	1.4
+++ ServletValueStack.java	1 Nov 2003 20:10:09 -0000	1.5
@@ -8,7 +8,6 @@
 
 import javax.servlet.ServletRequest;
 import javax.servlet.http.HttpServletRequest;
-import javax.servlet.ServletContext;
 import javax.servlet.http.HttpSession;
 import javax.servlet.jsp.PageContext;
 
@@ -73,8 +72,6 @@
     * Set the request that should be associated with this stack.
     * This is called for each use of the stack so that attributes can be accessed
     * properly.
-    *
-    * @param   request
     */
    private void setRequest(ServletRequest request)
    {
@@ -84,8 +81,6 @@
    /**
     * Set the page context that should be associated with this stack.
     * This is called for each use of the stack in a JSP context.
-    *
-    * @param   context
     */
    public void setContext(PageContext context)
    {
@@ -118,13 +113,12 @@
     * and the findInContext method is called.
     * Look for the attribute in the request, session and application scope
     *
-    * @param id
     * @return found value or null
     */
    protected Object findAttribute(String id)
    {
       Object result;
-      
+
       // First look in the request
       if ((result = request.getAttribute(id)) != null)
          return result;
@@ -146,9 +140,6 @@
 
    /**
     * Get parameter directly from request
-    *
-    * @param aName
-    * @return
     */
    protected Object getParameter(String aName)
    {




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