You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2014/08/21 17:10:58 UTC

svn commit: r1619432 - in /httpcomponents: httpcore/trunk/src/docbkx/nio-ext.xml project-website/trunk/src/site/xdoc/downloads.xml

Author: ggregory
Date: Thu Aug 21 15:10:57 2014
New Revision: 1619432

URL: http://svn.apache.org/r1619432
Log:
Oops, revert.

Modified:
    httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml
    httpcomponents/project-website/trunk/src/site/xdoc/downloads.xml

Modified: httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml?rev=1619432&r1=1619431&r2=1619432&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml (original)
+++ httpcomponents/httpcore/trunk/src/docbkx/nio-ext.xml Thu Aug 21 15:10:57 2014
@@ -1438,7 +1438,7 @@ HttpAsyncRequestHandler<HttpRequest> rh 
                         <title><methodname>getException</methodname>:</title>
                         <para>
                         Returns an exception in case of an abnormal termination. This method
-                        returns {@code null} if the request execution is still ongoing or if
+                        returns <code>null</code> if the request execution is still ongoing or if
                         it completed successfully.
                         </para>
                         </formalpara>
@@ -1448,7 +1448,7 @@ HttpAsyncRequestHandler<HttpRequest> rh 
                         <title><methodname>getResult</methodname>:</title>
                         <para>
                         Returns a result of the request execution, when available. This method
-                        returns {@code null} if the request execution is still ongoing.
+                        returns <code>null</code> if the request execution is still ongoing.
                         </para>
                         </formalpara>
                     </listitem>
@@ -1529,7 +1529,7 @@ HttpAsyncRequestHandler<HttpRequest> rh 
                         <para>
                         This event is invoked only for if the outgoing response message has
                         a content entity enclosed in it, that is <methodname>
-                        HttpResponse#getEntity()</methodname> returns {@code null}.
+                        HttpResponse#getEntity()</methodname> returns <code>null</code>.
                         </para>
                         </formalpara>
                     </listitem>
@@ -1623,7 +1623,7 @@ handlerReqistry.register("*", myRequestH
             to be used for the next series of HTTP message exchanges through the connection
             context using <methodname>HttpAsyncRequestExecutor#HTTP_HANDLER</methodname> attribute.
             HTTP exchange sequence is considered complete when the <methodname>
-            HttpAsyncRequestExecutionHandler#isDone()</methodname> method returns {@code true}.
+            HttpAsyncRequestExecutionHandler#isDone()</methodname> method returns <code>true</code>.
             </para>
             <programlisting><![CDATA[
 HttpAsyncRequestExecutor ph = new HttpAsyncRequestExecutor();
@@ -1841,7 +1841,7 @@ HttpResponse response = future.get();
                         <title><methodname>getException</methodname>:</title>
                         <para>
                         Returns an exception in case of an abnormal termination. This method
-                        returns {@code null} if the response processing is still ongoing or
+                        returns <code>null</code> if the response processing is still ongoing or
                         if it completed successfully.
                         </para>
                         </formalpara>
@@ -1851,7 +1851,7 @@ HttpResponse response = future.get();
                         <title><methodname>getResult</methodname>:</title>
                         <para>
                         Returns a result of the response processing, when available. This method
-                        returns {@code null} if the response processing is still ongoing.
+                        returns <code>null</code> if the response processing is still ongoing.
                         </para>
                         </formalpara>
                     </listitem>

Modified: httpcomponents/project-website/trunk/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/src/site/xdoc/downloads.xml?rev=1619432&r1=1619431&r2=1619432&view=diff
==============================================================================
--- httpcomponents/project-website/trunk/src/site/xdoc/downloads.xml (original)
+++ httpcomponents/project-website/trunk/src/site/xdoc/downloads.xml Thu Aug 21 15:10:57 2014
@@ -59,9 +59,9 @@
     <input type="submit" value="Change"/>
   </form>
 
-  <p>The {@code KEYS} link links to the code signing keys used to sign the product. The 
-   {@code PGP} link downloads the OpenPGP compatible signature from our main site. The 
-   {@code MD5} link downloads the checksum from the main site.
+  <p>The <code>KEYS</code> link links to the code signing keys used to sign the product. The 
+   <code>PGP</code> link downloads the OpenPGP compatible signature from our main site. The 
+   <code>MD5</code> link downloads the checksum from the main site.
   </p>
 
   <subsection name="HttpClient 4.3.5 (GA)">