Looly 5 years ago
parent
commit
a30356a215
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hutool-core/src/main/java/cn/hutool/core/date/StopWatch.java

+ 1 - 1
hutool-core/src/main/java/cn/hutool/core/date/StopWatch.java

@@ -101,7 +101,7 @@ public class StopWatch {
 	// ------------------------------------------------------------------------------------------- Constructor end
 
 	/**
-	 * 获取{@link StopWatch} 的ID,用于多个秒表对象的区分
+	 * 获取StopWatch 的ID,用于多个秒表对象的区分
 	 *
 	 * @return the ID 空字符串为
 	 * @see #StopWatch(String)