Skip to content

Commit

Permalink
Fix PureSingleExecution instantiation in ServiceBuilder (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroonsherjan authored Oct 23, 2023
1 parent 7cb53a0 commit 0f589d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static Root_meta_legend_service_metamodel_Execution processServiceExecuti
{
lambda = HelperValueSpecificationBuilder.buildLambda(pureSingleExecution.func, context);
}
return new Root_meta_legend_service_metamodel_PureSingleExecution_Impl("", null, context.pureModel.getClass("meta::legend::service::metamodel::PureMultiExecution"))
return new Root_meta_legend_service_metamodel_PureSingleExecution_Impl("", null, context.pureModel.getClass("meta::legend::service::metamodel::PureSingleExecution"))
._func(lambda)
._mapping(mapping)
._runtime(runtime);
Expand Down

0 comments on commit 0f589d3

Please sign in to comment.