Skip to content

Commit e945c05

Browse files
committed
docs: fix javadoc warnings
Close #8
1 parent 8455db2 commit e945c05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/com/flowingcode/vaadin/addons/dayofweekselector/DayOfWeekSelector.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ public void setI18N(DatePickerI18n i18n) {
190190
* Sets the short names of the week days, starting from {@code sun} and ending on {@code sat}.
191191
*
192192
* @param weekdaysShort the short names of the week days
193-
* @return this instance for method chaining
194193
*/
195194
public void setWeekDaysShort(List<String> weekdaysShort) {
196195
Objects.requireNonNull(weekdaysShort);
@@ -209,8 +208,7 @@ public void setWeekDaysShort(List<String> weekdaysShort) {
209208
* 0 for Sunday, 1 for Monday, 2 for Tuesday, 3 for Wednesday, 4 for Thursday, 5 for Friday, 6 for
210209
* Saturday.
211210
*
212-
* @param firstDayOfWeek the index of the first day of the week
213-
* @return this instance for method chaining
211+
* @param first the index of the first day of the week
214212
* @throws IllegalArgumentException if firstDayOfWeek is invalid
215213
*/
216214
public void setFirstDayOfWeek(DayOfWeek first) {

0 commit comments

Comments
 (0)