Skip to content
Snippets Groups Projects
Commit 38c8fc6a authored by Sören Henning's avatar Sören Henning
Browse files

fix wrong call

parent 0b0ae7e6
No related branches found
No related tags found
1 merge request!17Get impletemented stages and Java 8
......@@ -37,7 +37,7 @@ public final class OperationCallAggregator extends AbstractTransformation<Operat
@Override
protected void execute(final OperationCall call) {
final String key = call.getIdentifier();
final String key = call.getIdentifierWithFailure();
if (!this.aggregationMap.containsKey(key)) {
final List<OperationCall> aggregationList = new ArrayList<>();
......
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