Skip to content
Snippets Groups Projects
Commit c3aae8cc authored by jakubs's avatar jakubs
Browse files

LMS-2739 Fix the build.

SVN: 24248
parent 1c7176d4
No related branches found
No related tags found
No related merge requests found
...@@ -340,7 +340,6 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat ...@@ -340,7 +340,6 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat
state.getMarkerFileUtility().getIncomingDataSetPathFromMarker(isFinishedFile); state.getMarkerFileUtility().getIncomingDataSetPathFromMarker(isFinishedFile);
markerFileCleanupAction = new IDelegatedActionWithResult<Boolean>() markerFileCleanupAction = new IDelegatedActionWithResult<Boolean>()
{ {
@Override
public Boolean execute(boolean didOperationSucceed) public Boolean execute(boolean didOperationSucceed)
{ {
boolean markerDeleteSucceeded = boolean markerDeleteSucceeded =
......
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