Fixing compile issue. File.getName(Locale) is not allowed.
This commit is contained in:
parent
65202e9abe
commit
b6cca66914
|
@ -386,7 +386,7 @@ public class Main
|
|||
return false;
|
||||
}
|
||||
|
||||
String name = path.getName(Locale.ENGLISH).toLowerCase();
|
||||
String name = path.getName().toLowerCase();
|
||||
return (name.startsWith("jetty") && name.endsWith(".xml"));
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue