Polish
This commit is contained in:
parent
5510b5edab
commit
8b15bbf702
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in New Issue