You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/10/23 15:24:48 UTC

svn commit: r587501 - /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/json/IJSONWriter.java

Author: andyhot
Date: Tue Oct 23 06:24:48 2007
New Revision: 587501

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

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/json/IJSONWriter.java

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/json/IJSONWriter.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/json/IJSONWriter.java?rev=587501&r1=587500&r2=587501&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/json/IJSONWriter.java (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/json/IJSONWriter.java Tue Oct 23 06:24:48 2007
@@ -52,7 +52,7 @@
     void close();
     
     /**
-     * Forwards <code>flush()</code> to this <code>IMarkupWriter</code>'s
+     * Forwards <code>flush()</code> to this <code>IJSONWriter</code>'s
      * <code>PrintWriter</code>.
      */
     void flush();