From 3de2428bc2a0cfdccf70a8e801ef5b55c5dab759 Mon Sep 17 00:00:00 2001 From: Patrick Tasse Date: Thu, 6 Aug 2015 09:47:51 -0400 Subject: [PATCH] tmf: Temporarily change @since 1.1 tags to @since 2.0 These should be reverted back to @since 1.1 when that baseline is out. Change-Id: Icb415848daedcc526a41ce203665b4cb14f9bdd2 Signed-off-by: Patrick Tasse Reviewed-on: https://git.eclipse.org/r/53324 Reviewed-by: Hudson CI Reviewed-by: Alexandre Montplaisir Tested-by: Alexandre Montplaisir --- .../ui/views/timegraph/AbstractStateSystemTimeGraphView.java | 3 +-- .../tmf/ui/views/timegraph/AbstractTimeGraphView.java | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java index f1daa92043..5cd5fcc0ad 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java @@ -44,7 +44,7 @@ import com.google.common.collect.Multimap; * order before creating the time event lists as this is optimal for state * system queries. * - * @since 1.1 + * @since 2.0 */ public abstract class AbstractStateSystemTimeGraphView extends AbstractTimeGraphView { @@ -367,7 +367,6 @@ public abstract class AbstractStateSystemTimeGraphView extends AbstractTimeGraph * @param monitor * A progress monitor * @return The list of time graph events - * @since 1.1 */ protected abstract @Nullable List getEventList(@NonNull TimeGraphEntry tgentry, ITmfStateSystem ss, @NonNull List> fullStates, @Nullable List prevFullState, @NonNull IProgressMonitor monitor); diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java index 7358c9f891..6d986c64bf 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java @@ -462,7 +462,7 @@ public abstract class AbstractTimeGraphView extends TmfView implements ITmfTimeA /** * Zoom thread - * @since 1.1 + * @since 2.0 */ protected abstract class ZoomThread extends Thread { private final long fZoomStartTime; @@ -1337,7 +1337,7 @@ public abstract class AbstractTimeGraphView extends TmfView implements ITmfTimeA * @param restart * true if restarting zoom for the same time range * @return a zoom thread - * @since 1.1 + * @since 2.0 */ protected @Nullable ZoomThread createZoomThread(long startTime, long endTime, long resolution, boolean restart) { final List entryList = fEntryList; -- 2.34.1