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 B1D7E11B97 for ; Thu, 19 Jun 2014 16:16:53 +0000 (UTC) Received: (qmail 44045 invoked by uid 500); 19 Jun 2014 16:16:53 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 44002 invoked by uid 500); 19 Jun 2014 16:16:53 -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 43993 invoked by uid 99); 19 Jun 2014 16:16:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 16:16:53 +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; Thu, 19 Jun 2014 16:16:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CC9702388994 for ; Thu, 19 Jun 2014 16:16:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1603936 - in /httpcomponents/httpcore/trunk: httpcore-nio/src/main/java/org/apache/http/nio/protocol/ httpcore/src/main/java/org/apache/http/ Date: Thu, 19 Jun 2014 16:16:31 -0000 To: commits@hc.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140619161631.CC9702388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ggregory Date: Thu Jun 19 16:16:31 2014 New Revision: 1603936 URL: http://svn.apache.org/r1603936 Log: Javadoc fixes for Java 8. Replace badly formed HTML "Foo" with "{@code Foo}". Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/PipeliningClientExchangeHandler.java httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpHost.java Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java?rev=1603936&r1=1603935&r2=1603936&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java (original) +++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncRequester.java Thu Jun 19 16:16:31 2014 @@ -78,7 +78,7 @@ public class HttpAsyncRequester { } /** - * Creates new instance of HttpAsyncRequester. + * Creates new instance of {@code HttpAsyncRequester}. * @param httpProcessor HTTP protocol processor. * @param connStrategy Connection re-use strategy. If null * {@link DefaultConnectionReuseStrategy#INSTANCE} will be used. Modified: httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/PipeliningClientExchangeHandler.java URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/PipeliningClientExchangeHandler.java?rev=1603936&r1=1603935&r2=1603936&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/PipeliningClientExchangeHandler.java (original) +++ httpcomponents/httpcore/trunk/httpcore-nio/src/main/java/org/apache/http/nio/protocol/PipeliningClientExchangeHandler.java Thu Jun 19 16:16:31 2014 @@ -79,7 +79,7 @@ public class PipeliningClientExchangeHan private volatile boolean done; /** - * Creates new instance of PipeliningClientExchangeHandler. + * Creates new instance of {@code PipeliningClientExchangeHandler}. * * @param requestProducers the request producers. * @param responseConsumers the response consumers. @@ -116,7 +116,7 @@ public class PipeliningClientExchangeHan } /** - * Creates new instance of PipeliningClientExchangeHandler. + * Creates new instance of {@code PipeliningClientExchangeHandler}. * * @param requestProducers the request producers. * @param responseConsumers the response consumers. Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpHost.java URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpHost.java?rev=1603936&r1=1603935&r2=1603936&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpHost.java (original) +++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/HttpHost.java Thu Jun 19 16:16:31 2014 @@ -66,7 +66,7 @@ public final class HttpHost implements C protected final InetAddress address; /** - * Creates HttpHost instance with the given scheme, hostname and port. + * Creates {@code HttpHost} instance with the given scheme, hostname and port. * * @param hostname the hostname (IP or DNS name) * @param port the port number. @@ -89,7 +89,7 @@ public final class HttpHost implements C } /** - * Creates HttpHost instance with the default scheme and the given hostname and port. + * Creates {@code HttpHost} instance with the default scheme and the given hostname and port. * * @param hostname the hostname (IP or DNS name) * @param port the port number. @@ -127,7 +127,7 @@ public final class HttpHost implements C } /** - * Creates HttpHost instance with the default scheme and port and the given hostname. + * Creates {@code HttpHost} instance with the default scheme and port and the given hostname. * * @param hostname the hostname (IP or DNS name) */ @@ -136,7 +136,7 @@ public final class HttpHost implements C } /** - * Creates HttpHost instance with the given scheme, inet address and port. + * Creates {@code HttpHost} instance with the given scheme, inet address and port. * * @param address the inet address. * @param port the port number. @@ -161,7 +161,7 @@ public final class HttpHost implements C } /** - * Creates HttpHost instance with the default scheme and the given inet address + * Creates {@code HttpHost} instance with the default scheme and the given inet address * and port. * * @param address the inet address. @@ -175,7 +175,7 @@ public final class HttpHost implements C } /** - * Creates HttpHost instance with the default scheme and port and the given inet + * Creates {@code HttpHost} instance with the default scheme and port and the given inet * address. * * @param address the inet address.