RSS-292: Fixed wrong value in Testguideline in scm
This commit is contained in:
parent
0ddfc03f87
commit
71040d5c3d
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user