timing.ui: fix typo in id of CallGraphDensityView
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 21 Oct 2016 20:02:20 +0000 (16:02 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 26 Oct 2016 19:06:01 +0000 (15:06 -0400)
The ID was never used, now the view can now be opened
programatically as it matches the plugin.xml

Change-Id: I25ab1ecf9324ef43001fe3a488c7381ff59853a7
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/83725
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/callgraph/CallGraphDensityView.java

index 83b6059c76902f8516052e692abedc8f9b8c4c31..17147825ce6b4e7279fb9233bb4600bcbc64af10 100644 (file)
@@ -27,7 +27,7 @@ import org.eclipse.tracecompass.common.core.NonNullUtils;
 public class CallGraphDensityView extends AbstractSegmentStoreDensityView {
 
     /** The view's ID */
-    public static final @NonNull String ID = CallGraphDensityView.class.getPackage().getName() + ".callgraphkDensity"; //$NON-NLS-1$
+    public static final @NonNull String ID = CallGraphDensityView.class.getPackage().getName() + ".callgraphDensity"; //$NON-NLS-1$
 
     /**
      * Constructs a new density view.
This page took 0.024934 seconds and 5 git commands to generate.