X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fproject%2Fmodel%2FTmfAnalysisOutputElement.java;h=27d337709c08bff560a0aaa2b34b515ed3cadd08;hb=339d539c6b6c59053c6b533f8f10188987b69088;hp=76571e16d7194a84bbfb990a888c17bc31120001;hpb=8e8c022634079344d10d14abcdcb65ff0a5c90d0;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/TmfAnalysisOutputElement.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/TmfAnalysisOutputElement.java index 76571e16d7..27d337709c 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/TmfAnalysisOutputElement.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/TmfAnalysisOutputElement.java @@ -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 *