Clarified a commented TODO a bit.
authoryossarian <yossarian>
Sat, 11 Nov 2006 16:18:57 +0000 (16:18 +0000)
committeryossarian <yossarian>
Sat, 11 Nov 2006 16:18:57 +0000 (16:18 +0000)
source/mir/producer/DirCopyingProducerNode.java

index 7682b56..72dd90c 100755 (executable)
@@ -65,7 +65,7 @@ public class DirCopyingProducerNode extends AbstractProducerNode  {
                                        new File(sourceBasePath, source),
                                        new File(destinationBasePath, destination));
                        aLogger.info(source + " copied into " + destination);
-                       // YOSS TODO: changed this puppy, is it correct?
+                       // YOSS TODO: changed this puppy, is it the correct path?
                        reportChange(destinationBasePath + destination);
                }
                catch (Throwable e) {