File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dd-java-agent/agent-iast/src/main/java/com/datadog/iast/sink Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ public class ApplicationModuleImpl extends SinkModuleBase implements Application
7171 static final String JETTY_JNDI_APP = "Test JNDI WebApp" ;
7272 static final String JETTY_SPEC_APP = "Test Annotations WebApp" ;
7373 static final String JETTY_TEST_APP = "Test WebApp" ;
74- public static final Set ADMIN_CONSOLE_LIST =
75- new HashSet (Arrays .asList (TOMCAT_MANAGER_APP , TOMCAT_HOST_MANAGER_APP ));
76- public static final Set DEFAULT_APP_LIST =
77- new HashSet (
74+ public static final Set < String > ADMIN_CONSOLE_LIST =
75+ new HashSet <> (Arrays .asList (TOMCAT_MANAGER_APP , TOMCAT_HOST_MANAGER_APP ));
76+ public static final Set < String > DEFAULT_APP_LIST =
77+ new HashSet <> (
7878 Arrays .asList (
7979 TOMCAT_SAMPLES_APP ,
8080 JETTY_ASYNC_REST_APP ,
You can’t perform that action at this time.
0 commit comments