Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix code review comments
Browse files Browse the repository at this point in the history
Signed-off-by: jamal-khey <myjamal89@gmail.com>
jamal-khey committed Oct 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a534652 commit 8ed7494
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -66,7 +66,9 @@ protected ModificationInfos buildModification() {

@Override
protected ModificationInfos buildModificationUpdate() {
return LineModificationInfos.builder().stashed(false).equipmentId("line1")
return LineModificationInfos.builder()
.stashed(false)
.equipmentId("line1")
.equipmentName(new AttributeModification<>("LineModified1", OperationType.SET))
.seriesReactance(new AttributeModification<>(1.1, OperationType.SET))
.seriesResistance(new AttributeModification<>(2.1, OperationType.SET))

0 comments on commit 8ed7494

Please sign in to comment.