mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -335,6 +335,7 @@ public class StopWatch {
|
|||||||
* StopWatch '[id]': running time = [total] [unit]
|
* StopWatch '[id]': running time = [total] [unit]
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
* @param unit 时间单位,{@code null}则默认为{@link TimeUnit#NANOSECONDS}
|
||||||
* @return 任务信息
|
* @return 任务信息
|
||||||
*/
|
*/
|
||||||
public String shortSummary(TimeUnit unit) {
|
public String shortSummary(TimeUnit unit) {
|
||||||
|
Reference in New Issue
Block a user