Skip to content

Commit

Permalink
docs: fix javadoc warnings
Browse files Browse the repository at this point in the history
Close #8
  • Loading branch information
paodb authored and mlopezFC committed Nov 8, 2024
1 parent 8455db2 commit ecbead2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public void setI18N(DatePickerI18n i18n) {
* Sets the short names of the week days, starting from {@code sun} and ending on {@code sat}.
*
* @param weekdaysShort the short names of the week days
* @return this instance for method chaining
*/
public void setWeekDaysShort(List<String> weekdaysShort) {
Objects.requireNonNull(weekdaysShort);
Expand All @@ -209,8 +208,7 @@ public void setWeekDaysShort(List<String> weekdaysShort) {
* 0 for Sunday, 1 for Monday, 2 for Tuesday, 3 for Wednesday, 4 for Thursday, 5 for Friday, 6 for
* Saturday.
*
* @param firstDayOfWeek the index of the first day of the week
* @return this instance for method chaining
* @param first the index of the first day of the week
* @throws IllegalArgumentException if firstDayOfWeek is invalid
*/
public void setFirstDayOfWeek(DayOfWeek first) {
Expand Down

0 comments on commit ecbead2

Please sign in to comment.