X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.runtime%2Fsrc%2Forg%2Fargeo%2Fslc%2Fcli%2Ffs%2FPathSync.java;h=844af0154d7840e03772cff39f0e475a0a3f917e;hb=9d3d9c79f9bceaf96eaa683a21c213ae44c62c50;hp=e687d56897e961e5ec70b22ee78db405578e6b45;hpb=61896ffe3757df03d5a6d4d8563d989ac6061e47;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.runtime/src/org/argeo/slc/cli/fs/PathSync.java b/org.argeo.slc.runtime/src/org/argeo/slc/cli/fs/PathSync.java index e687d5689..844af0154 100644 --- a/org.argeo.slc.runtime/src/org/argeo/slc/cli/fs/PathSync.java +++ b/org.argeo.slc.runtime/src/org/argeo/slc/cli/fs/PathSync.java @@ -8,7 +8,7 @@ import java.nio.file.Paths; import java.nio.file.spi.FileSystemProvider; import java.util.concurrent.Callable; -import org.argeo.sync.SyncResult; +import org.argeo.slc.sync.SyncResult; /** Synchronises two paths. */ public class PathSync implements Callable> {