Revision: 1114
          http://stripes.svn.sourceforge.net/stripes/?rev=1114&view=rev
Author:   bengunter
Date:     2009-03-06 05:23:24 +0000 (Fri, 06 Mar 2009)

Log Message:
-----------
Corrected a few errors in Javadoc

Modified Paths:
--------------
    
trunk/examples/src/net/sourceforge/stripes/examples/bugzooky/ext/SecurityInterceptor.java
    trunk/stripes/src/net/sourceforge/stripes/util/TypeHandlerCache.java

Modified: 
trunk/examples/src/net/sourceforge/stripes/examples/bugzooky/ext/SecurityInterceptor.java
===================================================================
--- 
trunk/examples/src/net/sourceforge/stripes/examples/bugzooky/ext/SecurityInterceptor.java
   2009-03-06 05:18:09 UTC (rev 1113)
+++ 
trunk/examples/src/net/sourceforge/stripes/examples/bugzooky/ext/SecurityInterceptor.java
   2009-03-06 05:23:24 UTC (rev 1114)
@@ -28,9 +28,9 @@
 import net.sourceforge.stripes.util.Log;
 
 /**
- * After the {...@link LifecycleStage#ActionBeanResolution}, this interceptor 
checks the resolved
- * {...@link ActionBean} class for a {...@link RequiresLogin} annotation. If 
one is present, then the user
- * is redirected to the login page.
+ * After the {...@link LifecycleStage#ActionBeanResolution} stage, this 
interceptor checks the resolved
+ * {...@link ActionBean} class for a {...@link Public} annotation. If none is 
present, then the client is
+ * redirected to the login page.
  * 
  * @author Ben Gunter
  */

Modified: trunk/stripes/src/net/sourceforge/stripes/util/TypeHandlerCache.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/util/TypeHandlerCache.java        
2009-03-06 05:18:09 UTC (rev 1113)
+++ trunk/stripes/src/net/sourceforge/stripes/util/TypeHandlerCache.java        
2009-03-06 05:23:24 UTC (rev 1114)
@@ -281,7 +281,7 @@
         return handler;
     }
 
-    /** Clear the indirect cache. This is called by {...@link #add(Class, 
Class)}. */
+    /** Clear the indirect cache. This is called by {...@link #add(Class, 
Object)}. */
     public void clearCache() {
         log.debug("Clearing indirect cache and negative cache");
         indirectCache.clear();


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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to