Fix some null warnings
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / internal / statesystem / core / TransientState.java
index b7c4fc81f45392e80b7098ab840cb28ea16cc83d..dfa22f0ebc21938fce02ef39b0e76e0c2547476f 100644 (file)
@@ -343,7 +343,7 @@ public class TransientState {
      * @param t
      *            The requested timestamp
      */
-    public void doQuery(List<ITmfStateInterval> stateInfo, long t) {
+    public void doQuery(List<@Nullable ITmfStateInterval> stateInfo, long t) {
         fRWLock.readLock().lock();
         try {
             if (!this.fIsActive) {
This page took 0.023824 seconds and 5 git commands to generate.