releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / statesystem / TmfStateSystemViewer.java
index 3e2622af9ffeb93f5e2f2fb94631fff7b9834235..34205de860a219cc28ee71e313348a6c98f68f65 100644 (file)
@@ -217,9 +217,7 @@ public class TmfStateSystemViewer extends AbstractTmfTreeViewer {
                 ((TmfStateSystemAnalysisModule) module).waitForInitialization();
             }
             for (ITmfStateSystem ss : module.getStateSystems()) {
-                if (ss != null) {
-                    traceEntry.addChild(new StateSystemEntry(ss));
-                }
+                traceEntry.addChild(new StateSystemEntry(ss));
             }
         }
         return traceEntry;
This page took 0.025897 seconds and 5 git commands to generate.