X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=analysis%2Forg.eclipse.tracecompass.analysis.timing.ui%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Fanalysis%2Ftiming%2Fui%2Fviews%2Fsegmentstore%2Fstatistics%2FAbstractSegmentStoreStatisticsViewer.java;h=5bb0544cf0529cb2a1d124d4250f50803f4b891d;hb=f625ccd4fe6518b45eba5ec51a37f6997aecb73d;hp=cf264dfc75b120d3e76059a95f345b24fcc375d2;hpb=7df2830aa60e38915bc79cd72d4b07318994f38b;p=deliverable%2Ftracecompass.git diff --git a/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentStoreStatisticsViewer.java b/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentStoreStatisticsViewer.java index cf264dfc75..5bb0544cf0 100644 --- a/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentStoreStatisticsViewer.java +++ b/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentStoreStatisticsViewer.java @@ -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);