Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
7ecaa19b
Commit
7ecaa19b
authored
16 years ago
by
ribeaudc
Browse files
Options
Downloads
Patches
Plain Diff
minor: - Remove strange comment in javadoc.
SVN: 6156
parent
53bd877f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datamover/source/java/ch/systemsx/cisd/datamover/utils/DataCompletedFilter.java
+5
-8
5 additions, 8 deletions
...ch/systemsx/cisd/datamover/utils/DataCompletedFilter.java
with
5 additions
and
8 deletions
datamover/source/java/ch/systemsx/cisd/datamover/utils/DataCompletedFilter.java
+
5
−
8
View file @
7ecaa19b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment