You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/10/17 01:16:05 UTC

svn commit: r826129 - /httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml

Author: olegk
Date: Fri Oct 16 23:16:05 2009
New Revision: 826129

URL: http://svn.apache.org/viewvc?rev=826129&view=rev
Log:
Fixed typo. Thanks to David Greiman <DavidG at azasrs.gov>

Modified:
    httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml

Modified: httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml?rev=826129&r1=826128&r2=826129&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml Fri Oct 16 23:16:05 2009
@@ -335,7 +335,7 @@
                 static methods to more easily read the content or information from an entity.
                 Instead of reading the <classname>java.io.InputStream</classname> directly, one can
                 retrieve the whole content body in a string / byte array by using the methods from
-                this class. However, the use of <interfacename>HttpEntity</interfacename> is
+                this class. However, the use of <classname>EntityUtils</classname> is
                 strongly discouraged unless the response entities originate from a trusted HTTP
                 server and are known to be of limited length.</para>
             <programlisting><![CDATA[