Author: dennisl
Date: Thu May 31 07:41:45 2007
New Revision: 543143

URL: http://svn.apache.org/viewvc?view=rev&rev=543143
Log:
Sync code snippet with complete example.

Modified:
    jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml?view=diff&rev=543143&r1=543142&r2=543143
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml Thu May 31 
07:41:45 2007
@@ -194,7 +194,7 @@
       <p>Note: We should pay attention to character encodings here instead of
       just using the system default.</p>
 
-      <source>System.err.println(new String(responseBody));</source>
+      <source>System.out.println(new String(responseBody));</source>
     </section>
 
     <section name="Final Source Code">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to