Revision: 883
          http://stripes.svn.sourceforge.net/stripes/?rev=883&view=rev
Author:   tfenne
Date:     2008-04-11 09:43:38 -0700 (Fri, 11 Apr 2008)

Log Message:
-----------
Fixed a comment about which Configuration is used.

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/controller/StripesFilter.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/controller/StripesFilter.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/controller/StripesFilter.java     
2008-04-07 13:54:33 UTC (rev 882)
+++ trunk/stripes/src/net/sourceforge/stripes/controller/StripesFilter.java     
2008-04-11 16:43:38 UTC (rev 883)
@@ -104,7 +104,7 @@
         BootstrapPropertyResolver bootstrap = new 
BootstrapPropertyResolver(filterConfig);
 
         // Set up the Configuration - if one isn't found by the bootstrapper 
then
-        // we'll just use the DefaultConfiguration
+        // we'll just use the default: RuntimeConfiguration
         Class<? extends Configuration> clazz = 
bootstrap.getClassProperty(CONFIG_CLASS,
                 Configuration.class);
 


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

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to