Change visibility of loadTrace to protected
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / timegraph / AbstractTimeGraphView.java
index a04b0592e6a9f2cb9d060c7a199d8b8ced742a9c..c3cfd62a284ed009ab4c00e048d4fcc1ea6399bb 100644 (file)
@@ -1619,7 +1619,14 @@ public abstract class AbstractTimeGraphView extends TmfView implements ITmfTimeA
     // Internal
     // ------------------------------------------------------------------------
 
-    private void loadTrace(final ITmfTrace trace) {
+    /**
+     * Load a trace
+     *
+     * @param trace
+     *            The trace to be loaded
+     * @since 2.2
+     */
+    protected void loadTrace(final ITmfTrace trace) {
         if (fZoomThread != null) {
             fZoomThread.cancel();
             fZoomThread = null;
This page took 0.025226 seconds and 5 git commands to generate.