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();


Reply via email to