Skip to content
Snippets Groups Projects
Commit 7ecaa19b authored by ribeaudc's avatar ribeaudc
Browse files

minor: - Remove strange comment in javadoc.

SVN: 6156
parent 53bd877f
No related branches found
No related tags found
No related merge requests found
...@@ -31,16 +31,13 @@ import ch.systemsx.cisd.datamover.filesystem.intf.IFileStore; ...@@ -31,16 +31,13 @@ import ch.systemsx.cisd.datamover.filesystem.intf.IFileStore;
import ch.systemsx.cisd.datamover.filesystem.intf.StoreItemLocation; 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
* Filter which executes a shell script in order to determine whether a {@link StoreItem} should * passed (i.e. accepted) or not. The script will be provided with one or two arguments: The
* 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. * absolute path to store item and optional the remote host where the store item is located.
* <p> * <p>
* The filter remembers the last status of script execution. Status changes are logged with * The filter remembers the last status of script execution. Status changes are logged with log
* log category {@link LogCategory#NOTIFY}. * category {@link LogCategory#NOTIFY}.
* *
=======
>>>>>>> .r6153
* @author Franz-Josef Elmer * @author Franz-Josef Elmer
*/ */
public class DataCompletedFilter implements IStoreItemFilter public class DataCompletedFilter implements IStoreItemFilter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment