Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Wilbrink <[email protected]>
  • Loading branch information
pascalwilbrink committed Oct 5, 2023
1 parent 8b11298 commit e440cd6
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,6 @@ public Map<String, Side> getBusInfoSides(VoltageLevelGraph voltageLevelGraph) {
return Collections.emptyMap();
}

@Override
public String getTooltip(Node node) {
return null;
}

@Override
public List<ElectricalNodeInfo> getElectricalNodesInfos(VoltageLevelGraph voltageLevelGraph) {
return Collections.emptyList();
}

@Override
public Optional<BusInfo> getBusInfo(BusNode busNode) {
return Optional.empty();
}

@Override
public Map<String, Side> getBusInfoSides(VoltageLevelGraph voltageLevelGraph) {
return Collections.emptyMap();
}

String stripLabel(String id) {
String label = id;
if (StringUtils.isNotBlank(label) && label.lastIndexOf("/") >= 0) {
Expand Down

0 comments on commit e440cd6

Please sign in to comment.