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
43229e2f
Commit
43229e2f
authored
17 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
etl: fixing regression after DMV-8 (etl server did not work)
SVN: 1620
parent
a4e09f41
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
common/source/java/ch/systemsx/cisd/common/utilities/DirectoryScanningTimerTask.java
+0
-10
0 additions, 10 deletions
...msx/cisd/common/utilities/DirectoryScanningTimerTask.java
with
0 additions
and
10 deletions
common/source/java/ch/systemsx/cisd/common/utilities/DirectoryScanningTimerTask.java
+
0
−
10
View file @
43229e2f
...
@@ -26,7 +26,6 @@ import java.util.TimerTask;
...
@@ -26,7 +26,6 @@ import java.util.TimerTask;
import
org.apache.log4j.Level
;
import
org.apache.log4j.Level
;
import
org.apache.log4j.Logger
;
import
org.apache.log4j.Logger
;
import
ch.systemsx.cisd.common.Constants
;
import
ch.systemsx.cisd.common.exceptions.ConfigurationFailureException
;
import
ch.systemsx.cisd.common.exceptions.ConfigurationFailureException
;
import
ch.systemsx.cisd.common.logging.ISimpleLogger
;
import
ch.systemsx.cisd.common.logging.ISimpleLogger
;
import
ch.systemsx.cisd.common.logging.LogCategory
;
import
ch.systemsx.cisd.common.logging.LogCategory
;
...
@@ -203,10 +202,6 @@ public final class DirectoryScanningTimerTask extends TimerTask implements ISelf
...
@@ -203,10 +202,6 @@ public final class DirectoryScanningTimerTask extends TimerTask implements ISelf
{
// Guard: skip faulty paths.
{
// Guard: skip faulty paths.
return
;
return
;
}
}
if
(
isMarker
(
path
))
{
return
;
}
try
try
{
{
final
boolean
handledOK
=
handler
.
handle
(
path
);
final
boolean
handledOK
=
handler
.
handle
(
path
);
...
@@ -223,11 +218,6 @@ public final class DirectoryScanningTimerTask extends TimerTask implements ISelf
...
@@ -223,11 +218,6 @@ public final class DirectoryScanningTimerTask extends TimerTask implements ISelf
}
}
}
}
}
}
private
static
boolean
isMarker
(
File
path
)
{
return
path
.
getName
().
startsWith
(
Constants
.
MARKER_PREFIX
);
}
private
void
addToFaultyPaths
(
File
path
)
private
void
addToFaultyPaths
(
File
path
)
{
{
...
...
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