Skip to content

Commit e440cd6

Browse files
Fixed merge conflicts
Signed-off-by: Pascal Wilbrink <[email protected]>
1 parent 8b11298 commit e440cd6

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

service/src/main/java/org/lfenergy/compas/scl/auto/alignment/service/SclAutoAlignmentDiagramLabelProvider.java

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,6 @@ public Map<String, Side> getBusInfoSides(VoltageLevelGraph voltageLevelGraph) {
6969
return Collections.emptyMap();
7070
}
7171

72-
@Override
73-
public String getTooltip(Node node) {
74-
return null;
75-
}
76-
77-
@Override
78-
public List<ElectricalNodeInfo> getElectricalNodesInfos(VoltageLevelGraph voltageLevelGraph) {
79-
return Collections.emptyList();
80-
}
81-
82-
@Override
83-
public Optional<BusInfo> getBusInfo(BusNode busNode) {
84-
return Optional.empty();
85-
}
86-
87-
@Override
88-
public Map<String, Side> getBusInfoSides(VoltageLevelGraph voltageLevelGraph) {
89-
return Collections.emptyMap();
90-
}
91-
9272
String stripLabel(String id) {
9373
String label = id;
9474
if (StringUtils.isNotBlank(label) && label.lastIndexOf("/") >= 0) {

0 commit comments

Comments
 (0)