Skip to content
Snippets Groups Projects
Commit 894c21b9 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13637: typo fix - Revert to check the failing commit

This reverts commit eb8943ae.
parent 006ff393
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -245,7 +245,7 @@ public class UpdateSampleExecutor extends AbstractUpdateEntityExecutor<SampleUpd ...@@ -245,7 +245,7 @@ public class UpdateSampleExecutor extends AbstractUpdateEntityExecutor<SampleUpd
@Override @Override
public IProgress createProgress(SampleUpdate update, SamplePE entity, int objectIndex, int totalObjectCount) public IProgress createProgress(SampleUpdate update, SamplePE entity, int objectIndex, int totalObjectCount)
{ {
return new UpdateRelationProgress(update, entity, "sample-metadata", objectIndex, totalObjectCount); return new UpdateRelationProgress(update, entity, "sample-tag", objectIndex, totalObjectCount);
} }
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
......
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