Skip to content

Commit d85eb5b

Browse files
Edit the access modifier
1 parent 7bbfeea commit d85eb5b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

112-
// ======================================================================
113-
// PRIVATE METHODS
114-
// ======================================================================
115-
116112
private String formatSeriesLabel(IXYSeries xySeries) {
117113
String label = xySeries.getId();
118114
if (label == null) {
@@ -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)