Work on SSH support in native-image (not working yet).
[lgpl/argeo-commons.git] / org.argeo.core / src / org / argeo / cli / fs / PathSync.java
index 01cef9ee00733cdd4630d27f042d9cf2aeb0f577..85fefe9f5779183a72e5501723eb9ffbc601a96c 100644 (file)
@@ -42,7 +42,7 @@ public class PathSync implements Callable<SyncResult<Path>> {
                }
        }
 
-       private static Path createPath(URI uri) {
+       private Path createPath(URI uri) {
                Path path;
                if (uri.getScheme() == null) {
                        path = Paths.get(uri.getPath());