This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new b24e06a  Remove irrelevant comment
b24e06a is described below

commit b24e06a3aa6140b262c815cfc900895ddbd4dbb7
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Thu Apr 26 11:47:14 2018 -0400

    Remove irrelevant comment
---
 .../http/src/main/java/org/apache/cxf/transport/http/Headers.java      | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/Headers.java 
b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/Headers.java
index 952cc57..dd4d0d1 100644
--- 
a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/Headers.java
+++ 
b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/Headers.java
@@ -73,9 +73,6 @@ public class Headers {
     private static final List<String> SENSITIVE_HEADERS = 
Arrays.asList("Authorization", "Proxy-Authorization");
     private static final List<Object> SENSITIVE_HEADER_MARKER = 
Arrays.asList("***");
     private static final String ALLOW_LOGGING_SENSITIVE_HEADERS = 
"allow.logging.sensitive.headers";
-    /**
-     * Known HTTP headers whose values have to be represented as individual 
HTTP headers
-     */
     private static final String USER_AGENT = initUserAgent();
 
     private final Message message;

-- 
To stop receiving notification emails like this one, please contact
dk...@apache.org.

Reply via email to