Skip to content
Snippets Groups Projects
Commit 41c73e4a authored by cramakri's avatar cramakri
Browse files

SP-45 BIS-21 : Log invocations to performEntityOperations

SVN: 25334
parent 164e6dc8
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ public class ProteinResultDataSetParentLinkingTask implements IMaintenanceTask ...@@ -58,7 +58,7 @@ public class ProteinResultDataSetParentLinkingTask implements IMaintenanceTask
private static final String BASE_EXPERIMENT_KEY = private static final String BASE_EXPERIMENT_KEY =
DataSetInfoExtractorForProteinResults.EXPERIMENT_IDENTIFIER_KEY.toUpperCase(); DataSetInfoExtractorForProteinResults.EXPERIMENT_IDENTIFIER_KEY.toUpperCase();
private static final Logger operationLog = LogFactory.getLogger(LogCategory.OPERATION, private static final Logger operationLog = LogFactory.getLogger(LogCategory.OPERATION,
ProteinResultDataSetParentLinkingTask.class); ProteinResultDataSetParentLinkingTask.class);
...@@ -131,7 +131,7 @@ public class ProteinResultDataSetParentLinkingTask implements IMaintenanceTask ...@@ -131,7 +131,7 @@ public class ProteinResultDataSetParentLinkingTask implements IMaintenanceTask
} }
} }
} }
service.performEntityOperations(new AtomicEntityOperationDetails(null, Collections service.performEntityOperations(new AtomicEntityOperationDetails(null, null, Collections
.<NewSpace> emptyList(), Collections.<NewProject> emptyList(), Collections .<NewSpace> emptyList(), Collections.<NewProject> emptyList(), Collections
.<NewExperiment> emptyList(), Collections.<SampleUpdatesDTO> emptyList(), .<NewExperiment> emptyList(), Collections.<SampleUpdatesDTO> emptyList(),
Collections.<NewSample> emptyList(), Collections Collections.<NewSample> emptyList(), Collections
......
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