X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tmf%2Forg.eclipse.tracecompass.tmf.ui%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Ftmf%2Fui%2Fviews%2Fuml2sd%2Fcore%2FBasicExecutionOccurrence.java;h=fc70d495b3e85e11a28c6b0b1b2d9c5c553eee47;hb=9c034805627963965663b927d0e7c3569b235b98;hp=81a79eb0c7b9623daeed22c2c087eebfc04a0d83;hpb=d66dc2321e7787c5b8e664541c0553ac5b9bd68b;p=deliverable%2Ftracecompass.git diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/core/BasicExecutionOccurrence.java b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/core/BasicExecutionOccurrence.java index 81a79eb0c7..fc70d495b3 100755 --- a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/core/BasicExecutionOccurrence.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/core/BasicExecutionOccurrence.java @@ -134,26 +134,6 @@ public class BasicExecutionOccurrence extends GraphNode { return fLifeline; } - /** - * Get the execution start event occurrence - * - * @return the start event occurrence to set - */ - @Override - public int getStartOccurrence() { - return super.getStartOccurrence(); - } - - /** - * Set the execution end event occurrence - * - * @return the end event occurrence to set - */ - @Override - public int getEndOccurrence() { - return super.getEndOccurrence(); - } - /** * Set the execution start event occurrence *