From 7ecaa19b5b46cf449b84c72917829ce0de4150ba Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Tue, 20 May 2008 09:04:17 +0000
Subject: [PATCH] minor: - Remove strange comment in javadoc.

SVN: 6156
---
 .../cisd/datamover/utils/DataCompletedFilter.java   | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/datamover/source/java/ch/systemsx/cisd/datamover/utils/DataCompletedFilter.java b/datamover/source/java/ch/systemsx/cisd/datamover/utils/DataCompletedFilter.java
index e0ca43827eb..e13f554746f 100644
--- a/datamover/source/java/ch/systemsx/cisd/datamover/utils/DataCompletedFilter.java
+++ b/datamover/source/java/ch/systemsx/cisd/datamover/utils/DataCompletedFilter.java
@@ -31,16 +31,13 @@ import ch.systemsx.cisd.datamover.filesystem.intf.IFileStore;
 import ch.systemsx.cisd.datamover.filesystem.intf.StoreItemLocation;
 
 /**
-<<<<<<< .mine
- * Filter which executes a shell script in order to determine whether a {@link StoreItem} should
- * be passed (i.e. accepted) or not. The script will be provided with one or two arguments: The
+ * Filter which executes a shell script in order to determine whether a {@link StoreItem} should be
+ * passed (i.e. accepted) or not. The script will be provided with one or two arguments: The
  * absolute path to store item and optional the remote host where the store item is located.
  * <p>
- * The filter remembers the last status of script execution. Status changes are logged with
- * log category {@link LogCategory#NOTIFY}.
- *
-=======
->>>>>>> .r6153
+ * The filter remembers the last status of script execution. Status changes are logged with log
+ * category {@link LogCategory#NOTIFY}.
+ * 
  * @author Franz-Josef Elmer
  */
 public class DataCompletedFilter implements IStoreItemFilter
-- 
GitLab