This commit is contained in:
Looly
2022-04-16 08:47:11 +08:00
parent f23ec7eb16
commit f5a44bca73
4 changed files with 51 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ public enum Week {
/**
* 获得星期对应{@link Calendar} 中的Week值
*
* @return 星期对应{@link Calendar} 中的Week值
* @return 星期对应 {@link Calendar} 中的Week值
*/
public int getValue() {
return this.value;