8000 1.0.9 release · code4everything/util@6973b3f · GitHub
[go: up one dir, main page]

Skip to content 8000
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 6973b3f

Browse files
committed
1.0.9 release
1 parent ba2e441 commit 6973b3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/com/zhazhapan/modules/constant/HttpHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public class HttpHeaders {
205205
public static final String X_HTTP_METHOD_OVERRIDE = "X-Http-Method-Override";
206206

207207
/**
208-
* 使服务器更容易解读AT&T设备User-Agent字段中常见的设备型号、固件信息
208+
* 使服务器更容易解读设备User-Agent字段中常见的设备型号、固件信息
209209
*/
210210
public static final String X_ATT_DEVICEID = "X-ATT-DeviceId";
211211

src/main/java/com/zhazhapan/util/ListUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public static <T> LinkedList<T> getLinkedList(T... values) {
6464
* 生成一个 {@link Vector}
6565
*
6666
* @param values 值数组
67+
* @param capacity 初始化长度
6768
* @param <T> 值类型
6869
*
6970
* @return {@link Vector}

0 commit comments

Comments
 (0)
0