vaadin / vaadin-date-picker-flow

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

Picks the language tag fix and current build failure fix #169

Closed ZheSun88 closed 5 years ago

ZheSun88 commented 5 years ago

This change is Reviewable

vaadin-bot commented 5 years ago

SonarQube analysis reported 4 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 DatePicker.java#L53: Reorder the modifiers to comply with the Java Language Specification. rule
  2. MINOR DatePicker.java#L53: Remove useless curly braces around statement and then remove useless return keyword rule
  3. MINOR DatePicker.java#L57: Reorder the modifiers to comply with the Java Language Specification. rule
  4. MINOR DatePicker.java#L57: Remove useless curly braces around statement and then remove useless return keyword rule