You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/06/17 18:49:08 UTC

svn commit: r785717 - /incubator/click/trunk/click/framework/src/org/apache/click/ActionEventDispatcher.java

Author: sabob
Date: Wed Jun 17 16:49:08 2009
New Revision: 785717

URL: http://svn.apache.org/viewvc?rev=785717&view=rev
Log:
doco

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/ActionEventDispatcher.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/ActionEventDispatcher.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/ActionEventDispatcher.java?rev=785717&r1=785716&r2=785717&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/ActionEventDispatcher.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/ActionEventDispatcher.java Wed Jun 17 16:49:08 2009
@@ -316,9 +316,9 @@
     }
 
     /**
-     * Return the stack data structure where Context's are stored.
+     * Return the stack data structure where ActionEventDispatchers are stored.
      *
-     * @return stack data structure where Context's are stored
+     * @return stack data structure where ActionEventDispatcher are stored
      */
     static DispatcherStack getDispatcherStack() {
         DispatcherStack dispatcherStack = (DispatcherStack) THREAD_LOCAL_DISPATCHER.get();