mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-13 13:01:02 +00:00
Various small improvements
This commit is contained in:
@@ -11,6 +11,10 @@ public class FileNames {
|
||||
}
|
||||
|
||||
public static String toDirectory(String path) {
|
||||
if (path == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (path.endsWith("/") || path.endsWith("\\")) {
|
||||
return path;
|
||||
}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
package io.xpipe.core.store;
|
||||
|
||||
public interface LeafShellStore extends DataStore {}
|
||||
Reference in New Issue
Block a user