mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-11-21 03:10:58 +08:00
Fix code format
This commit is contained in:
parent
9a66605616
commit
4b258da0a0
@ -43,4 +43,4 @@ task patchBeta9Jar(type: Jar) {
|
||||
tasks.jar {
|
||||
enabled = false
|
||||
dependsOn patchJar, patchBeta9Jar
|
||||
}
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ public class Interpolator implements StrLookup {
|
||||
lookups.put("sys", new SystemPropertiesLookup());
|
||||
lookups.put("env", new EnvironmentLookup());
|
||||
// lookups.put("jndi", new JndiLookup());
|
||||
LOGGER.warn("log4j-patch works, JNDI lookup is disabled.");
|
||||
LOGGER.warn("log4j-patch works, JNDI lookup is disabled");
|
||||
|
||||
try {
|
||||
if (Class.forName("javax.servlet.ServletContext") != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user