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 2017/12/13 00:19:56 UTC

httpcomponents-core git commit: Remove trailing white spaces (again.)

Repository: httpcomponents-core
Updated Branches:
  refs/heads/master c01ea7ec4 -> d19c8632b


Remove trailing white spaces (again.)

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

Branch: refs/heads/master
Commit: d19c8632b6ca9022303d835132a70252eba2f5a3
Parents: c01ea7e
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Dec 12 17:19:52 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Dec 12 17:19:52 2017 -0700

----------------------------------------------------------------------
 httpcore5/src/main/java/org/apache/hc/core5/http/Header.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/d19c8632/httpcore5/src/main/java/org/apache/hc/core5/http/Header.java
----------------------------------------------------------------------
diff --git a/httpcore5/src/main/java/org/apache/hc/core5/http/Header.java b/httpcore5/src/main/java/org/apache/hc/core5/http/Header.java
index 62d7a29..0d6d898 100644
--- a/httpcore5/src/main/java/org/apache/hc/core5/http/Header.java
+++ b/httpcore5/src/main/java/org/apache/hc/core5/http/Header.java
@@ -41,7 +41,7 @@ public interface Header extends NameValuePair {
      * Some encoding schemes such as HPACK impose restrictions on encoded
      * representation of sensitive headers.
      * </p>
-     * 
+     *
      * @return {@code true} if the header should be considered sensitive.
      *
      * @since 5.0