This commit is contained in:
Andy Wilkinson
2018-04-05 09:31:17 +01:00
parent b13b3be2f1
commit f335ec00bf
6 changed files with 11 additions and 12 deletions

View File

@@ -460,7 +460,7 @@ public class PropertiesLauncher extends Launcher {
private List<Archive> getClassPathArchives(String path) throws Exception {
String root = cleanupPath(handleUrl(path));
List<Archive> lib = new ArrayList<Archive>();
List<Archive> lib = new ArrayList<>();
File file = new File(root);
if (!"/".equals(root)) {
if (!isAbsolutePath(root)) {