Commit 8b15bbf7 authored by Andy Wilkinson's avatar Andy Wilkinson

Polish

parent 5510b5ed
...@@ -454,7 +454,6 @@ public class PropertiesLauncher extends Launcher { ...@@ -454,7 +454,6 @@ public class PropertiesLauncher extends Launcher {
private List<Archive> getClassPathArchives(String path) throws Exception { private List<Archive> getClassPathArchives(String path) throws Exception {
String root = cleanupPath(stripFileUrlPrefix(path)); String root = cleanupPath(stripFileUrlPrefix(path));
System.out.println(root);
List<Archive> lib = new ArrayList<>(); List<Archive> lib = new ArrayList<>();
File file = new File(root); File file = new File(root);
if (!"/".equals(root)) { if (!"/".equals(root)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment