RSS-292: Fixed wrong value in Testguideline in scm

This commit is contained in:
deiflaender 2022-12-09 15:50:03 +01:00
parent 0ddfc03f87
commit 71040d5c3d

View File

@ -856,7 +856,7 @@ public class RSSPoc2Service {
if (guideline.isPresent()) {
return SCMComponent.builder()
.originalValue(guideline.get().getValue())
.scmAnnotations(List.of(toScmAnnotations(guidelineNumber.get()), toScmAnnotations(guidelineYear.get())))
.scmAnnotations(List.of(toScmAnnotations(guideline.get())))
.transformation(transformation)
.build();
}