Skip to content

Commit

Permalink
add missing @return tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Jun 3, 2024
1 parent 7c83ecc commit 926208a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ public String getDateLabel() {
* @param dateLabel
* the value to be used as a suffix in the date picker
* aria-label.
* @return this instance for method chaining
*/
public DateTimePickerI18n setDateLabel(String dateLabel) {
this.dateLabel = dateLabel;
Expand Down Expand Up @@ -996,6 +997,7 @@ public String getTimeLabel() {
*
* @param timeLabel
* the value to be used as a suffix in the time picker
* @return this instance for method chaining
*/
public DateTimePickerI18n setTimeLabel(String timeLabel) {
this.timeLabel = timeLabel;
Expand Down

0 comments on commit 926208a

Please sign in to comment.