Skip to content

Commit 96e54f6

Browse files
committed
docs: fix Javadoc warning
1 parent 636da86 commit 96e54f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/flowingcode/addons/ycalendar/DateSelectedEvent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import com.vaadin.flow.component.EventData;
2727
import com.vaadin.flow.dom.DebouncePhase;
2828
import java.time.LocalDate;
29+
import java.time.format.DateTimeParseException;
2930
import java.util.Objects;
3031

3132
@DomEvent(value = "date-selected",

0 commit comments

Comments
 (0)