tmf.ui: Remove overriding methods
authorBruno Roy <bruno.roy@ericsson.com>
Tue, 3 May 2016 19:46:37 +0000 (15:46 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 15 Jun 2016 17:52:14 +0000 (13:52 -0400)
Change-Id: I4ff9a10a618f14f5a08ce9d46cc15ca6ce94349a
Signed-off-by: Bruno Roy <bruno.roy@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/71943
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
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.025643 seconds and 5 git commands to generate.