This commit is contained in:
Marius Bogoevici
2015-08-12 18:07:45 -04:00
parent 9d75d5b4f1
commit 2aa33ca010

View File

@@ -18,11 +18,7 @@ package org.springframework.boot.loader;
import java.lang.reflect.Method;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Collections;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
import org.springframework.boot.loader.archive.Archive;
import org.springframework.boot.loader.util.AsciiBytes;
@@ -38,8 +34,6 @@ import org.springframework.util.ReflectionUtils;
*/
public class ModuleJarLauncher extends ExecutableArchiveLauncher {
private final JavaAgentDetector javaAgentDetector = new InputArgumentsJavaAgentDetector();
private static final AsciiBytes LIB = new AsciiBytes("lib/");
public ModuleJarLauncher(Archive archive) {