We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b47d2 commit 3d8339aCopy full SHA for 3d8339a
1 file changed
vaadin-simple-grid-filter/src/main/java/software/xdev/vaadin/comparators/utl/DateHelper.java
@@ -38,6 +38,7 @@ private DateHelper()
38
{
39
}
40
41
+ @SuppressWarnings("PMD.AvoidRecreatingDateTimeFormatter")
42
public static DateTimeFormatter getDatePattern(final DatePicker.DatePickerI18n datePickerI18n)
43
44
Objects.requireNonNull(datePickerI18n);
0 commit comments