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 2017/05/09 20:01:54 UTC

[28/50] httpcomponents-core git commit: Javaodc: Remove extra blank line.

Javaodc: Remove extra blank line.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1792542 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/a66c14d6
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/a66c14d6
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/a66c14d6

Branch: refs/heads/4.4.x
Commit: a66c14d6708ba251e2a099caeaf4411872397ed2
Parents: efb11b8
Author: Gary D. Gregory <gg...@apache.org>
Authored: Mon Apr 24 20:06:10 2017 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Mon Apr 24 20:06:10 2017 +0000

----------------------------------------------------------------------
 httpcore/src/main/java/org/apache/http/HttpHost.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/a66c14d6/httpcore/src/main/java/org/apache/http/HttpHost.java
----------------------------------------------------------------------
diff --git a/httpcore/src/main/java/org/apache/http/HttpHost.java b/httpcore/src/main/java/org/apache/http/HttpHost.java
index 528efcc..cbd5ac0 100644
--- a/httpcore/src/main/java/org/apache/http/HttpHost.java
+++ b/httpcore/src/main/java/org/apache/http/HttpHost.java
@@ -40,7 +40,6 @@ import org.apache.http.util.LangUtils;
  * Holds all of the variables needed to describe an HTTP connection to a host.
  * This includes remote host name, port and scheme.
  *
- *
  * @since 4.0
  */
 @Contract(threading = ThreadingBehavior.IMMUTABLE)