tmf: Bug 488042: TmfStatisticsModule returns null in @NonNull interface
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / statesystem / TmfStateSystemAnalysisModule.java
index 28ff14887243718e5b4405b8279c607b8f72b759..83ab1ceecf8b459a14620ba7e62fb31cb0ae8414 100644 (file)
@@ -540,7 +540,7 @@ public abstract class TmfStateSystemAnalysisModule extends TmfAbstractAnalysisMo
     }
 
     @Override
-    public Iterable<ITmfStateSystem> getStateSystems() {
+    public @NonNull Iterable<@NonNull ITmfStateSystem> getStateSystems() {
         ITmfStateSystemBuilder stateSystem = fStateSystem;
         if (stateSystem == null) {
             return Collections.EMPTY_SET;
This page took 0.033864 seconds and 5 git commands to generate.