You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/05/31 16:41:46 UTC

svn commit: r543143 - /jakarta/commons/proper/httpclient/trunk/xdocs/tutorial.xml

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org