ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / model / TmfAnalysisOutputElement.java
index 87f347d08700d61b918d1469e5a43b1bdd94c61a..27d337709c08bff560a0aaa2b34b515ed3cadd08 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013 École Polytechnique de Montréal
+ * Copyright (c) 2013, 2014 École Polytechnique de Montréal
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -8,6 +8,7 @@
  *
  * Contributors:
  *   Geneviève Bastien - Initial API and implementation
+ *   Patrick Tasse - Add support for folder elements
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.project.model;
@@ -48,11 +49,6 @@ public class TmfAnalysisOutputElement extends TmfProjectModelElement {
         parent.addChild(this);
     }
 
-    @Override
-    public TmfProjectElement getProject() {
-        return getParent().getProject();
-    }
-
     /**
      * Gets the icon of the view, if applicable
      *
This page took 0.026707 seconds and 5 git commands to generate.