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 2011/03/03 14:55:33 UTC

svn commit: r1076626 - /click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java

Author: sabob
Date: Thu Mar  3 13:55:32 2011
New Revision: 1076626

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

Modified:
    click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java

Modified: click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java?rev=1076626&r1=1076625&r2=1076626&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java (original)
+++ click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java Thu Mar  3 13:55:32 2011
@@ -2570,8 +2570,8 @@ public class ClickUtils {
      * Remove the control state from the session for the given stateful control,
      * control name and request context.
      *
-     * @param control the stateful control which state to restore
-     * @param controlName the name of the control which state to restore
+     * @param control the stateful control which state to remove
+     * @param controlName the name of the control which state to remove
      * @param context the request context
      */
     public static void removeState(Stateful control, String controlName, Context context) {