tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / loader / TmfAsyncMessage.java
index 0e22b277b226f3540101cec1c83ff9f7f57a2c9a..d358b38f65b4960ccad2084b3c5cbb196081e10b 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2011, 2012 Ericsson
+ * Copyright (c) 2011, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -28,6 +28,7 @@ public class TmfAsyncMessage extends AsyncMessage implements ITmfAsyncSequenceDi
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
+
     /**
      * A asynchronous sequence diagram event implementation
      */
@@ -36,6 +37,7 @@ public class TmfAsyncMessage extends AsyncMessage implements ITmfAsyncSequenceDi
     // ------------------------------------------------------------------------
     // Constructors
     // ------------------------------------------------------------------------
+
     /**
      * Standard constructor
      *
@@ -54,19 +56,11 @@ public class TmfAsyncMessage extends AsyncMessage implements ITmfAsyncSequenceDi
     // Methods
     // ------------------------------------------------------------------------
 
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.ust.examples.event.ISequenceDiagramEvent#getSender()
-     */
     @Override
     public String getSender() {
         return fSdEvent.getSender();
     }
 
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.ust.examples.event.ISequenceDiagramEvent#getReceiver()
-     */
     @Override
     public String getReceiver() {
         return fSdEvent.getReceiver();
This page took 0.02646 seconds and 5 git commands to generate.