Polish
This commit is contained in:
@@ -454,7 +454,6 @@ public class PropertiesLauncher extends Launcher {
|
||||
|
||||
private List<Archive> getClassPathArchives(String path) throws Exception {
|
||||
String root = cleanupPath(stripFileUrlPrefix(path));
|
||||
System.out.println(root);
|
||||
List<Archive> lib = new ArrayList<>();
|
||||
File file = new File(root);
|
||||
if (!"/".equals(root)) {
|
||||
|
||||
Reference in New Issue
Block a user