releng: Add 2.1.0 baseline and fix API errors
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / analysis / timing / ui / views / segmentstore / statistics / AbstractSegmentStoreStatisticsViewer.java
index cf264dfc75b120d3e76059a95f345b24fcc375d2..5bb0544cf0529cb2a1d124d4250f50803f4b891d 100644 (file)
@@ -426,7 +426,7 @@ public abstract class AbstractSegmentStoreStatisticsViewer extends AbstractTmfTr
      * Get the type label
      *
      * @return the label
-     * @since 1.1
+     * @since 1.2
      */
     protected String getTypeLabel() {
         return checkNotNull(Messages.AbstractSegmentStoreStatisticsViewer_types);
@@ -436,7 +436,7 @@ public abstract class AbstractSegmentStoreStatisticsViewer extends AbstractTmfTr
      * Get the total column label
      *
      * @return the totals column label
-     * @since 1.1
+     * @since 1.2
      */
     protected String getTotalLabel() {
         return checkNotNull(Messages.AbstractSegmentStoreStatisticsViewer_total);
This page took 0.024403 seconds and 5 git commands to generate.