Skip to content

Commit

Permalink
[Optimize] 注释优化
Browse files Browse the repository at this point in the history
  • Loading branch information
houbb committed May 1, 2019
1 parent 960fc7d commit 172abc9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Expand Up @@ -5,7 +5,6 @@
/**
* 集合工具类
* @author binbin.hou
* @date 2019/4/30
* @since 1.0.3
*/
public final class CollectionUtil {
Expand Down
Expand Up @@ -6,7 +6,7 @@
import java.util.List;

/**
* <p> </p>
* <p> 分词工具类 </p>
* 使用 ThreadLocal 保证数据的准确性,同时兼顾性能
* <pre> Created: 2018/6/22 下午1:41 </pre>
* <pre> Project: opencc4j </pre>
Expand Down
Expand Up @@ -3,7 +3,6 @@
/**
* 对象工具类
* @author binbin.hou
* @date 2019/4/30
* @since 1.0.3
*/
public final class ObjectUtil {
Expand Down
Expand Up @@ -4,7 +4,6 @@
* 字符串工具类
* 1. 为了移除外部依赖。
* @author binbin.hou
* @date 2019/4/30
* @since 1.0.3
*/
public final class StringUtil {
Expand Down

0 comments on commit 172abc9

Please sign in to comment.