Skip to content

Commit

Permalink
fix comment and version
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Jun 18, 2017
1 parent 1704231 commit b82df76
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public V put(K key, V value){
* 移除缓存
*
* @param key 键
* @param flags 标识
* @return 移除的值
*/
public V remove(K key) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,7 @@ public static String[] splitToArray(String str, String separator, int limit, boo
* 切分后的字符串两边不包含空白符,空串货空白符串并不做为元素之一
*
* @param str 被切分的字符串
* @param separator 分隔符字符
* @param limit 限制分片数
* @param isTrim 是否去除切分字符串后每个元素两边的空格
* @param ignoreEmpty 是否忽略空串
* @return 切分后的集合
* @since 3.0.8
*/
Expand Down Expand Up @@ -200,10 +197,7 @@ public static List<String> split(String str, int limit){
* 切分字符串为字符串数组
*
* @param str 被切分的字符串
* @param separator 分隔符字符
* @param limit 限制分片数
* @param isTrim 是否去除切分字符串后每个元素两边的空格
* @param ignoreEmpty 是否忽略空串
* @return 切分后的集合
* @since 3.0.8
*/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<!-- versions -->
<junit.version>4.12</junit.version>
<servlet-api.version>4.0.0-b07</servlet-api.version>
<servlet-api.version>3.1.0</servlet-api.version>
<slf4j.version>1.7.25</slf4j.version>
<logback.version>1.2.3</logback.version>
<log4j.version>1.2.17</log4j.version>
Expand Down

0 comments on commit b82df76

Please sign in to comment.