Update DateUtil.java

fix comment
This commit is contained in:
anaer 2021-09-29 16:57:10 +08:00 committed by GitHub
parent 58355265ff
commit cc18205c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1448,7 +1448,7 @@ public class DateUtil extends CalendarUtil {
}
/**
* 计算指定指定时间区间内的周数
* 计算指定时间区间内的周数
*
* @param beginDate 开始时间
* @param endDate 结束时间
@ -1666,7 +1666,7 @@ public class DateUtil extends CalendarUtil {
* stopWatch.stop();
*
* // 任务2
* stopWatch.start("任务");
* stopWatch.start("任务");
* Thread.sleep(2000);
* stopWatch.stop();
*
@ -1696,7 +1696,7 @@ public class DateUtil extends CalendarUtil {
* stopWatch.stop();
*
* // 任务2
* stopWatch.start("任务");
* stopWatch.start("任务");
* Thread.sleep(2000);
* stopWatch.stop();
*