You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/02/17 00:54:01 UTC

[servicecomb-java-chassis] 03/04: test IT

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git

commit d019b7cc30a393b67da919348f90d9c48d14e6b3
Author: GuoYL <gy...@gmail.com>
AuthorDate: Wed Feb 12 16:33:13 2020 +0800

    test IT
---
 .../java/org/apache/servicecomb/foundation/common/http/HttpUtils.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/foundations/foundation-common/src/main/java/org/apache/servicecomb/foundation/common/http/HttpUtils.java b/foundations/foundation-common/src/main/java/org/apache/servicecomb/foundation/common/http/HttpUtils.java
index 76eec82..9200b5e 100644
--- a/foundations/foundation-common/src/main/java/org/apache/servicecomb/foundation/common/http/HttpUtils.java
+++ b/foundations/foundation-common/src/main/java/org/apache/servicecomb/foundation/common/http/HttpUtils.java
@@ -35,7 +35,6 @@ public final class HttpUtils {
    * @param headerValue example: attachment;filename=a.txt
    *
    */
-  // 
   public static String parseParamFromHeaderValue(String headerValue, String paramName) {
     if (StringUtils.isEmpty(headerValue)) {
       return null;