Skip to content

Commit

Permalink
Merge branch 'main' into create-modification-CSPR
Browse files Browse the repository at this point in the history
  • Loading branch information
thangqp authored Sep 17, 2024
2 parents 395729b + e9fad04 commit 6aaf280
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,9 @@ private void createNewConnectivityPosition(ConnectablePositionAdder<?> adder,
reports.add(connectionPositionReport);
}

// Finalize by adding the feeder
adder.add();
if (connectionNameReport != null || connectionDirectionReport != null || connectionPositionReport != null) {
adder.add();
}
}

public void modifyInjectionConnection(InjectionModificationInfos modificationInfos, Injection<?> injection, List<ReportNode> subReportNode) {
Expand Down

0 comments on commit 6aaf280

Please sign in to comment.