tmf.ui: Remove overriding methods
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / uml2sd / core / BasicExecutionOccurrence.java
index 81a79eb0c7b9623daeed22c2c087eebfc04a0d83..fc70d495b3e85e11a28c6b0b1b2d9c5c553eee47 100755 (executable)
@@ -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
      *
This page took 0.024746 seconds and 5 git commands to generate.