Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 16B2711240 for ; Wed, 27 Aug 2014 16:50:04 +0000 (UTC) Received: (qmail 16485 invoked by uid 500); 27 Aug 2014 16:50:03 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 16452 invoked by uid 500); 27 Aug 2014 16:50:03 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 16443 invoked by uid 99); 27 Aug 2014 16:50:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 16:50:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 16:50:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4B1D223889CB for ; Wed, 27 Aug 2014 16:49:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1620936 - /httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/package-info.java Date: Wed, 27 Aug 2014 16:49:42 -0000 To: commits@hc.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140827164942.4B1D223889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Aug 27 16:49:41 2014 New Revision: 1620936 URL: http://svn.apache.org/r1620936 Log: Javadoc 8 Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/package-info.java Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/package-info.java URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/package-info.java?rev=1620936&r1=1620935&r2=1620936&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/package-info.java (original) +++ httpcomponents/httpasyncclient/trunk/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/package-info.java Wed Aug 27 16:49:41 2014 @@ -27,7 +27,7 @@ /** * Default asynchronous HTTP client implementation. - *

+ *

* The usual execution flow can be demonstrated by the code snippet below: *

  * CloseableHttpAsyncClient httpclient = HttpAsyncClients.createDefault();