Fix references to linuxtools in comments, examples and unused code
[deliverable/tracecompass.git] / org.eclipse.tracecompass.examples / src / org / eclipse / tracecompass / examples / ui / views / histogram / NewHistogramView.java
index e7dbf56853640929ecbb249d19c96476e369f7f4..749f0687bd0ecdfeba75cef94776e89945f507ee 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 Ericsson
+ * Copyright (c) 2013, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -22,7 +22,7 @@ import org.eclipse.tracecompass.tmf.ui.views.TmfChartView;
  */
 public class NewHistogramView extends TmfChartView {
     /** The view ID. */
-    public static final String ID = "org.eclipse.linuxtools.tracing.examples.ui.views.NewHistogramView"; //$NON-NLS-1$
+    public static final String ID = "org.eclipse.tracecompass.examples.ui.views.NewHistogramView"; //$NON-NLS-1$
 
     /**
      * Default Constructor
This page took 0.024718 seconds and 5 git commands to generate.