checkstyle

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-09-17 18:22:25 +10:00
parent b152630eb6
commit efcddd330a
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest
.build(); .build();
String[] setupArgs = { String[] setupArgs = {
"--add-modules=http,"+toEnvironment("webapp", env)+","+toEnvironment("deploy", env)+",disable-urlcache" "--add-modules=http," + toEnvironment("webapp", env) + "," + toEnvironment("deploy", env) + ",disable-urlcache"
}; };
try (JettyHomeTester.Run setupRun = distribution.start(setupArgs)) try (JettyHomeTester.Run setupRun = distribution.start(setupArgs))
@ -81,7 +81,7 @@ public class DisableUrlCacheTest extends AbstractJettyHomeTest
String warXml = String warXml =
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>" + "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>" +
"<!DOCTYPE Configure PUBLIC \"-//Jetty//Configure//EN\" \"https://jetty.org/configure_10_0.dtd\">" + "<!DOCTYPE Configure PUBLIC \"-//Jetty//Configure//EN\" \"https://jetty.org/configure_10_0.dtd\">" +
"<Configure class=\"org.eclipse.jetty."+env+".webapp.WebAppContext\">" + "<Configure class=\"org.eclipse.jetty." + env + ".webapp.WebAppContext\">" +
" <Set name=\"contextPath\">/test</Set>" + " <Set name=\"contextPath\">/test</Set>" +
" <Set name=\"war\"><Property name=\"jetty.webapps\"/>/test.war</Set>" + " <Set name=\"war\"><Property name=\"jetty.webapps\"/>/test.war</Set>" +
" <Set name=\"tempDirectory\"><Property name=\"jetty.base\"/>/work/test</Set>" + " <Set name=\"tempDirectory\"><Property name=\"jetty.base\"/>/work/test</Set>" +