Pull request #210: RSS-292: Fixed wrong value in Testguideline in scm
Merge in RED/redaction-report-service from RSS-292 to master * commit '71040d5c3d1945993660767323bf3c74ca1b5f36': RSS-292: Fixed wrong value in Testguideline in scm
This commit is contained in:
commit
b069c31f9e
@ -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