Browse Source

change return not null

Looly 5 years ago
parent
commit
b9e468d6c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hutool-http/src/main/java/cn/hutool/http/HttpUtil.java

+ 1 - 1
hutool-http/src/main/java/cn/hutool/http/HttpUtil.java

@@ -353,7 +353,7 @@ public class HttpUtil {
 	}
 
 	/**
-	 * 将Map形式的Form表单数据转换为Url参数形式,不做编码
+	 * 将Map形式的Form表单数据转换为Url参数形式,会自动url编码键和值
 	 *
 	 * @param paramMap 表单数据
 	 * @return url参数