Title: [waffle-scm] [90] trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleVelocityServlet.java: Minor docs/comments cleanup.
Revision
90
Author
mauro
Date
2007-05-26 13:45:10 -0500 (Sat, 26 May 2007)

Log Message

Minor docs/comments cleanup.

Modified Paths


Diff

Modified: trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleVelocityServlet.java (89 => 90)

--- trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleVelocityServlet.java	2007-05-26 18:40:51 UTC (rev 89)
+++ trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleVelocityServlet.java	2007-05-26 18:45:10 UTC (rev 90)
@@ -22,7 +22,7 @@
 import javax.servlet.http.HttpServletResponse;
 
 /**
- * Allow waffle actions to be used with velocity servlet.
+ * Allow waffle controllers to be used with velocity servlet.
  *
  * @author Michael Ward
  */
@@ -41,7 +41,7 @@
     @Override
     protected Template handleRequest(HttpServletRequest request, HttpServletResponse response, Context context)
             throws Exception {
-        // Always add the action to the context
+        // Always add the controller to the context
         ControllerDefinition controllerDefinition = controllerDefinitionFactory.getControllerDefinition(request, response);
         context.put(Constants.CONTROLLER_KEY, controllerDefinition.getController());
         return super.handleRequest(request, response, context);


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to