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

SSDM-13637: typo fix

parent 34a9bd9d
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
@Override
public IProgress createProgress(SampleUpdate update, SamplePE entity, int objectIndex, int totalObjectCount)
{
return new UpdateRelationProgress(update, entity, "sample-tag", objectIndex, totalObjectCount);
return new UpdateRelationProgress(update, entity, "sample-metadata", objectIndex, totalObjectCount);
}
@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