fix comment

This commit is contained in:
Looly 2021-10-28 02:06:16 +08:00
parent 96e3a6cdbe
commit 7766522f9e

View File

@ -335,6 +335,7 @@ public class StopWatch {
* StopWatch '[id]': running time = [total] [unit]
* </pre>
*
* @param unit 时间单位{@code null}则默认为{@link TimeUnit#NANOSECONDS}
* @return 任务信息
*/
public String shortSummary(TimeUnit unit) {