修复javadoc问题;

This commit is contained in:
emptypoint
2023-01-01 13:16:34 +08:00
parent 14351aa725
commit d2604ea000
2 changed files with 3 additions and 2 deletions

View File

@@ -124,7 +124,8 @@ public enum Month {
} }
/** /**
* 获取此月份最后一天的值不支持的月份例如UNDECIMBER返回-1 * 获取此月份最后一天的值<br>
* 不支持 {@link #UNDECIMBER}<br>
* *
* @param isLeapYear 是否闰年 * @param isLeapYear 是否闰年
* @return 此月份最后一天的值 * @return 此月份最后一天的值