diff --git a/bundles/org.palladiosimulator.simulizar.reconfiguration.qvto/src/org/palladiosimulator/simulizar/reconfiguration/qvto/AbstractQVTOExecutor.java b/bundles/org.palladiosimulator.simulizar.reconfiguration.qvto/src/org/palladiosimulator/simulizar/reconfiguration/qvto/AbstractQVTOExecutor.java index 83b824bd..64e26212 100644 --- a/bundles/org.palladiosimulator.simulizar.reconfiguration.qvto/src/org/palladiosimulator/simulizar/reconfiguration/qvto/AbstractQVTOExecutor.java +++ b/bundles/org.palladiosimulator.simulizar.reconfiguration.qvto/src/org/palladiosimulator/simulizar/reconfiguration/qvto/AbstractQVTOExecutor.java @@ -174,7 +174,7 @@ protected ExecutionDiagnostic executeTransformationInternal(QvtoModelTransformat IResourceTableManager resourceTableManager, Map configParams) { ModelExtent[] modelExtents = setupModelExtents(Objects.requireNonNull(modelTransformation)); Map contextParams = new HashMap<>(configParams); - configParams.put(KEY_RESOURCE_TABLE_MANAGER, resourceTableManager); + contextParams.put(KEY_RESOURCE_TABLE_MANAGER, resourceTableManager); ExecutionContext executionContext = setupExecutionContext(contextParams); // now run the transformation assigned to the executor with the given // input and output and execution context