Merge pull request #1861 from anaer/patch-6

Update DateUtil.java
This commit is contained in:
Golden Looly 2021-09-30 17:38:06 +08:00 committed by GitHub
commit c33eb83a90
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 beginDate 开始时间
* @param endDate 结束时间 * @param endDate 结束时间
@ -1666,7 +1666,7 @@ public class DateUtil extends CalendarUtil {
* stopWatch.stop(); * stopWatch.stop();
* *
* // 任务2 * // 任务2
* stopWatch.start("任务"); * stopWatch.start("任务");
* Thread.sleep(2000); * Thread.sleep(2000);
* stopWatch.stop(); * stopWatch.stop();
* *
@ -1696,7 +1696,7 @@ public class DateUtil extends CalendarUtil {
* stopWatch.stop(); * stopWatch.stop();
* *
* // 任务2 * // 任务2
* stopWatch.start("任务"); * stopWatch.start("任务");
* Thread.sleep(2000); * Thread.sleep(2000);
* stopWatch.stop(); * stopWatch.stop();
* *