Revision: 1366
          http://stripes.svn.sourceforge.net/stripes/?rev=1366&view=rev
Author:   bengunter
Date:     2010-12-03 16:46:53 +0000 (Fri, 03 Dec 2010)

Log Message:
-----------
Just did a tiny bit of javadoc cleanup after Scott's fix for STS-750.

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/RedirectResolution.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/RedirectResolution.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/RedirectResolution.java
   2010-12-03 16:31:21 UTC (rev 1365)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/RedirectResolution.java
   2010-12-03 16:46:53 UTC (rev 1366)
@@ -42,7 +42,10 @@
  * methods, and by invoking includeRequestParameters() which will cause all of 
the current
  * request parameters to be included into the URL.</p>
  *
- * <p>The redirect type can be switched from a 302 temporary redirect 
(default) to a 301 permanent redirect using the setPermanent method.</p> 
+ * <p>
+ * The redirect type can be switched from a 302 temporary redirect (default) 
to a 301 permanent
+ * redirect using the setPermanent method.
+ * </p>
  * 
  * @see ForwardResolution
  * @author Tim Fennell
@@ -198,12 +201,7 @@
         response.sendRedirect(url);
     }
 
-    /**
-     * Sets the redirect type to permanent (301) instead of temporary (302).
-     * 
-     * @param permanent
-     * @return
-     */
+    /** Sets the redirect type to permanent (301) instead of temporary (302). 
*/
     public RedirectResolution setPermanent(boolean permanent) {
         this.permanent = permanent;
         return this;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to