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 aadce1e commit 0a3ba22Copy full SHA for 0a3ba22
spring-security-advanced-authentication-ui-demo/src/main/java/software/xdev/Application.java
@@ -4,7 +4,7 @@
4
import org.springframework.boot.autoconfigure.SpringBootApplication;
5
6
7
-@SuppressWarnings("checkstyle:HideUtilityClassConstructor")
+@SuppressWarnings({"checkstyle:HideUtilityClassConstructor", "PMD.UseUtilityClass"})
8
@SpringBootApplication
9
public class Application
10
{
0 commit comments