We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ac410 commit b849a1fCopy full SHA for b849a1f
1 file changed
template-placeholder-demo/src/main/java/software/xdev/vaadin/Application.java
@@ -9,7 +9,7 @@
9
import com.vaadin.flow.spring.annotation.EnableVaadin;
10
11
12
-@SuppressWarnings({"checkstyle:HideUtilityClassConstructor", "PMD.UseUtilityClass"})
+@SuppressWarnings("checkstyle:HideUtilityClassConstructor")
13
@SpringBootApplication
14
@EnableVaadin
15
@Push
0 commit comments