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 2010/07/19 06:47:03 UTC

svn commit: r965353 - /click/trunk/click/framework/src/org/apache/click/ControlRegistry.java

Author: sabob
Date: Mon Jul 19 04:47:03 2010
New Revision: 965353

URL: http://svn.apache.org/viewvc?rev=965353&view=rev
Log:
javadoc

Modified:
    click/trunk/click/framework/src/org/apache/click/ControlRegistry.java

Modified: click/trunk/click/framework/src/org/apache/click/ControlRegistry.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/ControlRegistry.java?rev=965353&r1=965352&r2=965353&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/ControlRegistry.java (original)
+++ click/trunk/click/framework/src/org/apache/click/ControlRegistry.java Mon Jul 19 04:47:03 2010
@@ -27,9 +27,9 @@ import org.apache.click.service.LogServi
 import org.apache.commons.lang.Validate;
 
 /**
- * Provides a centralized registry where Controls can be registered and processed
- * by the ClickServlet. The registry is often used by Controls to register
- * themselves as targets for Ajax requests.
+ * Provides a centralized registry where Controls can be registered and interact
+ * with the ClickServlet. The registry is often used by Controls to register
+ * themselves as the target of an Ajax request.
  * <p/>
  * <b>Please note:</b> a new registry is created for every request.
  *