Skip to content

Commit 3d8339a

Browse files
committed
Suppress for PMD
1 parent c4b47d2 commit 3d8339a

File tree

1 file changed

+1
-0
lines changed
  • vaadin-simple-grid-filter/src/main/java/software/xdev/vaadin/comparators/utl

1 file changed

+1
-0
lines changed

vaadin-simple-grid-filter/src/main/java/software/xdev/vaadin/comparators/utl/DateHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ private DateHelper()
3838
{
3939
}
4040

41+
@SuppressWarnings("PMD.AvoidRecreatingDateTimeFormatter")
4142
public static DateTimeFormatter getDatePattern(final DatePicker.DatePickerI18n datePickerI18n)
4243
{
4344
Objects.requireNonNull(datePickerI18n);

0 commit comments

Comments
 (0)