vaadin / vaadin-time-picker-flow

Vaadin Flow Java API for vaadin/vaadin-time-picker Web Component
https://vaadin.com/components/vaadin-time-picker
Other
6 stars 11 forks source link

[SQUASH] Allow null values for setValue() in TimePicker and Test Case #31 #33

Closed ZheSun88 closed 5 years ago

ZheSun88 commented 5 years ago

This change is Reviewable

vaadin-bot commented 5 years ago

SonarQube analysis reported 2 issues

Note: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:

  1. MINOR TimePicker.java#L47: Remove useless curly braces around statement and then remove useless return keyword rule
  2. MINOR TimePicker.java#L52: Remove useless curly braces around statement and then remove useless return keyword rule