tmf: Javadoc fixes.
authorAlexander Kurtakov <akurtako@redhat.com>
Wed, 10 Sep 2014 12:22:41 +0000 (15:22 +0300)
committerAlexander Kurtakov <akurtako@redhat.com>
Wed, 10 Sep 2014 13:21:28 +0000 (09:21 -0400)
Mostly typos.

Change-Id: If150c1c7644e6846a4b56a0e8efd153aab90cddc
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-on: https://git.eclipse.org/r/33178

org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/synchronization/SyncAlgorithmFullyIncremental.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfTrace.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/TmfTraceTypeUIUtils.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/xycharts/barcharts/TmfHistogramTooltipProvider.java

index 3585521619af5262f26aabfb849369b68969968e..25208fb56a4dd8d711e707c1b2e4ad0b37e5f952 100644 (file)
@@ -61,7 +61,7 @@ public class SyncAlgorithmFullyIncremental extends SynchronizationAlgorithm {
 
     private static final MathContext fMc = MathContext.DECIMAL128;
 
-    /** @Serial */
+    /** @serial */
     private final List<ConvexHull> fSyncs;
 
     private SyncSpanningTree fTree = null;
index c6e94de86a0d828b94c1712e246c16c76a6eab0c..4c2cf3f0a4b812afb49d65d07106b3cc4b3ebd94 100644 (file)
@@ -191,7 +191,7 @@ public interface ITmfTrace extends ITmfEventProvider {
      *
      * @return an IStatus object with validation result. Use severity OK to
      *         indicate success.
-     * @see {@link TraceValidationStatus}
+     * @see TraceValidationStatus
      * @since 2.0
      */
     IStatus validate(IProject project, String path);
index 4d45d0029d425bfe9956a60de5003cde7cdf5fa4..18ebdec156d0f9abd057014764c952b1ca87acfc 100644 (file)
@@ -250,7 +250,7 @@ public final class TmfTraceTypeUIUtils {
     }
 
     /**
-     * Set the trace type of a {@Link TraceTypeHelper}. Should only be
+     * Set the trace type of a {@link TraceTypeHelper}. Should only be
      * used internally by this project.
      *
      * @param resource
@@ -265,7 +265,7 @@ public final class TmfTraceTypeUIUtils {
         return setTraceType(resource, traceType, true);
     }
         /**
-         * Set the trace type of a {@Link TraceTypeHelper}. Should only be
+         * Set the trace type of a {@link TraceTypeHelper}. Should only be
          * used internally by this project.
          *
          * @param resource
index f8d59fde5e1c6410caa2d71ba7cefbd5cd88690e..6647f6e06ed22e519c969db77a2d173d0cbdee9f 100644 (file)
@@ -30,7 +30,7 @@ import org.swtchart.ISeries;
  * position x as well as it highlights the bar of the x position.
  * It only considers the first series of the chart.
  *
- * @autor Bernd Hufmann
+ * @author Bernd Hufmann
  * @since 3.0
  */
 public class TmfHistogramTooltipProvider extends TmfBaseProvider implements MouseTrackListener, MouseMoveListener, PaintListener {
This page took 0.026217 seconds and 5 git commands to generate.