Skip to content

Commit b849a1f

Browse files
committed
Remove not needed PMD suppression
1 parent a8ac410 commit b849a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-placeholder-demo/src/main/java/software/xdev/vaadin/Application.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import com.vaadin.flow.spring.annotation.EnableVaadin;
1010

1111

12-
@SuppressWarnings({"checkstyle:HideUtilityClassConstructor", "PMD.UseUtilityClass"})
12+
@SuppressWarnings("checkstyle:HideUtilityClassConstructor")
1313
@SpringBootApplication
1414
@EnableVaadin
1515
@Push

0 commit comments

Comments
 (0)