Skip to content

Commit 11a96f9

Browse files
removes currentLimits1 and currentLimits2
Signed-off-by: Mathieu DEHARBE <[email protected]>
1 parent b237412 commit 11a96f9

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/main/java/org/gridsuite/network/map/dto/definition/line/LineFormInfos.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ public class LineFormInfos extends ElementInfosWithProperties {
5858
@JsonInclude(JsonInclude.Include.NON_EMPTY)
5959
private List<CurrentLimitsData> currentLimits;
6060

61-
@JsonInclude(JsonInclude.Include.NON_EMPTY)
62-
private List<CurrentLimitsData> currentLimits1;
63-
64-
@JsonInclude(JsonInclude.Include.NON_EMPTY)
65-
private List<CurrentLimitsData> currentLimits2;
66-
6761
@JsonInclude(JsonInclude.Include.NON_NULL)
6862
private String selectedOperationalLimitsGroup1;
6963

src/main/java/org/gridsuite/network/map/dto/mapper/LineInfosMapper.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ private static LineFormInfos toFormInfos(Identifiable<?> identifiable) {
7171

7272
mergeCurrentLimits(line.getOperationalLimitsGroups1(), line.getOperationalLimitsGroups2(), builder::currentLimits);
7373

74-
buildCurrentLimits(line.getOperationalLimitsGroups1(), builder::currentLimits1);
75-
buildCurrentLimits(line.getOperationalLimitsGroups2(), builder::currentLimits2);
76-
7774
builder.busOrBusbarSectionId1(getBusOrBusbarSection(terminal1))
7875
.busOrBusbarSectionId2(getBusOrBusbarSection(terminal2));
7976

0 commit comments

Comments
 (0)