Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / histogram / HistogramScaledData.java
index 389f814e0db8652b3a78c1c9b231306e5bbd6a05..28cf8b1ace9568a9dbf313a700921988f2664e1a 100644 (file)
@@ -58,7 +58,6 @@ public class HistogramScaledData {
     /**
      * Array of scaled values combined including the lost events.
      * This array contains the number of lost events for each bar in the histogram
-     * @since 2.2
      */
     public final int[] fLostEventsData;
     /**
@@ -71,17 +70,14 @@ public class HistogramScaledData {
     public long fMaxValue;
     /**
      * the maximum of events of all buckets including the lost events
-     * @since 2.2
      */
     public long fMaxCombinedValue;
     /**
      * The index of the selection begin bucket.
-     * @since 2.1
      */
     public int fSelectionBeginBucket;
     /**
      * The index of the selection end bucket.
-     * @since 2.1
      */
     public int fSelectionEndBucket;
     /**
@@ -94,7 +90,6 @@ public class HistogramScaledData {
     public double fScalingFactor;
     /**
      * The scaling factor used to fill the scaled data including the lost events.
-     * @since 2.2
      */
     public double fScalingFactorCombined;
     /**
@@ -110,7 +105,6 @@ public class HistogramScaledData {
     public long fFirstEventTime;
     /**
      * show the lost events or not
-     * @since 2.2
      */
     public static volatile boolean hideLostEvents = false;
 
This page took 0.030556 seconds and 5 git commands to generate.