Skip to content

Commit 160eff8

Browse files
Edit the access modifier
1 parent 7bbfeea commit 160eff8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xychart/linechart/TmfCommonXLineChartTooltipProvider.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,7 @@ protected void addSeriesTooltipItem(ITooltipItemAdder adder, IXYSeries xySeries,
109109
}
110110
}
111111

112-
// ======================================================================
113-
// PRIVATE METHODS
114-
// ======================================================================
115-
116-
private String formatSeriesLabel(IXYSeries xySeries) {
112+
protected String formatSeriesLabel(IXYSeries xySeries) {
117113
String label = xySeries.getId();
118114
if (label == null) {
119115
label = ""; //$NON-NLS-1$
@@ -129,6 +125,10 @@ private String formatSeriesLabel(IXYSeries xySeries) {
129125
return label;
130126
}
131127

128+
// ======================================================================
129+
// PRIVATE METHODS
130+
// ======================================================================
131+
132132
private boolean isTooltipAvailable() {
133133
return getChartViewer().getWindowDuration() != 0;
134134
}

0 commit comments

Comments
 (0)