From 4c8f3b6f50c2e3af54b85474287fcaa6340dc169 Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Fri, 6 Jun 2008 07:00:16 +0000 Subject: [PATCH] change: - FIXME ---> TODO. SVN: 6478 --- .../cisd/datamover/filesystem/remote/rsync/RsyncCopier.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/rsync/RsyncCopier.java b/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/rsync/RsyncCopier.java index 47e6868e5d9..d1fe8db3076 100644 --- a/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/rsync/RsyncCopier.java +++ b/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/rsync/RsyncCopier.java @@ -163,7 +163,7 @@ public final class RsyncCopier implements IPathCopier */ public final boolean terminate() { - // FIXME 2008-06-02, Christian Ribeaud: Reimplement this once it is possible to run the + // TODO 2008-06-02, Christian Ribeaud: Reimplement this once it is possible to run the // killer process NOW in ProcessExecutionHelper. // final Process copyProcess = copyProcessReference.get(); // if (copyProcess != null) -- GitLab