Skip to content

Commit

Permalink
Duplicate parameter removed
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcsakany committed Nov 28, 2024
1 parent e12d426 commit 3ba0f80
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public static Psm2AsmTransformationTrace executePsm2AsmTransformation(Psm2AsmPar
// Executrion context
ExecutionContext executionContext = executionContextBuilder()
.log(log)
//.resourceSet(executionResourceSet)
.modelContexts(ImmutableList.of(
psmModelContext,
asmModelContext))
Expand All @@ -131,7 +130,6 @@ public static Psm2AsmTransformationTrace executePsm2AsmTransformation(Psm2AsmPar

EtlExecutionContext etlExecutionContext = etlExecutionContextBuilder()
.source(UriUtil.resolve("psmToAsm.etl", parameter.scriptUri))
.parallel(true)
.parameters(ImmutableList.of(
programParameterBuilder().name("modelName").value(parameter.psmModel.getName()).build(),
programParameterBuilder().name("nsURI").value("http://blackbelt.hu/judo/" + parameter.psmModel.getName()).build(),
Expand Down

0 comments on commit 3ba0f80

Please sign in to comment.