Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / uml2sd / core / Stop.java
index d21a66c1b15664f4377ed4a829911c02b7f257d1..d0ff801648949de67bcc9dbd41ca6c5496540856 100755 (executable)
@@ -99,7 +99,6 @@ public class Stop extends GraphNode {
      * Get the lifeline on which the stop must be draw
      *
      * @return the the stop owing lifeline
-     * @since 2.0
      */
     public Lifeline getLifeline() {
         return fLifeline;
@@ -109,7 +108,6 @@ public class Stop extends GraphNode {
      * Get the event occurrence when this stop appears
      *
      * @return the eventOccurence to assign to the stop
-     * @since 2.0
      */
     public int getEventOccurrence() {
         return fEventOccurrence;
This page took 0.02531 seconds and 5 git commands to generate.