Various small fixes

This commit is contained in:
crschnick
2023-06-06 13:40:10 +00:00
parent b86671d971
commit f58c304d6f
6 changed files with 50 additions and 16 deletions
@@ -34,6 +34,10 @@ public class FileNames {
}
public static String getFileName(String file) {
if (file == null) {
return null;
}
if (file.isEmpty()) {
return "";
}