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/25 12:45:38 UTC

svn commit: r979016 - /click/trunk/click/framework/src/org/apache/click/ActionResult.java

Author: sabob
Date: Sun Jul 25 10:45:38 2010
New Revision: 979016

URL: http://svn.apache.org/viewvc?rev=979016&view=rev
Log:
cleanup

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

Modified: click/trunk/click/framework/src/org/apache/click/ActionResult.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/ActionResult.java?rev=979016&r1=979015&r2=979016&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/ActionResult.java (original)
+++ click/trunk/click/framework/src/org/apache/click/ActionResult.java Sun Jul 25 10:45:38 2010
@@ -98,8 +98,8 @@ import org.apache.click.util.ClickUtils;
  *
  * The {@link #contentType} of the ActionResult must be set to the appropriate type
  * in order for the client to recognize the response. ActionResult provides constants
- * for some of the more common <tt>content types</tt>, including: {@value XML},
- * {@value HTML}, {@value JSON}, {@value TEXT}.
+ * for some of the common <tt>content types</tt>, including: {@link #XML text/xml},
+ * {@link #HTML text/html}, {@link #JSON application/json}, {@link #TEXT text/plain}.
  * <p/>
  * For example:
  * <pre class="prettyprint">