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/06/02 14:48:10 UTC

svn commit: r950541 - /click/trunk/click/framework/src/org/apache/click/Partial.java

Author: sabob
Date: Wed Jun  2 12:48:10 2010
New Revision: 950541

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

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

Modified: click/trunk/click/framework/src/org/apache/click/Partial.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/Partial.java?rev=950541&r1=950540&r2=950541&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/Partial.java (original)
+++ click/trunk/click/framework/src/org/apache/click/Partial.java Wed Jun  2 12:48:10 2010
@@ -423,7 +423,7 @@ public class Partial {
     }
 
     /**
-     * Process the partial with the given context.
+     * Render the partial response to the client.
      *
      * @param context the request context
      */