From 46b8ac28ae25ecc1395a4d210deb1cdb6a2897d4 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Thu, 23 May 2024 09:23:05 -0400 Subject: [PATCH] Fix compilation error after Trace Compass API clean-up See https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/issues/87 Signed-off-by: Bernd Hufmann --- .../kernel/core/inputoutput/IOQueueStatisticsAnalysis.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/IOQueueStatisticsAnalysis.java b/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/IOQueueStatisticsAnalysis.java index ea4547c1e..ab4058b79 100644 --- a/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/IOQueueStatisticsAnalysis.java +++ b/analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/IOQueueStatisticsAnalysis.java @@ -52,7 +52,7 @@ protected boolean executeAnalysis(@NonNull IProgressMonitor monitor) throws TmfA } @Override - protected @Nullable ISegmentStoreProvider getSegmentProviderAnalysis(@NonNull ITmfTrace trace) { + protected @Nullable ISegmentStoreProvider getSegmentStoreProvider(@NonNull ITmfTrace trace) { return fSegmentStoreProvider; }