tmf: Mark ITmfEventRequest.handleData's parameter as NonNull
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / request / TmfEventRequest.java
index a7749548fbff21ec600b72b3edd46c7b4eda1575..c37bb1173a367b2462561c04297906862da01161 100644 (file)
@@ -276,9 +276,7 @@ public abstract class TmfEventRequest implements ITmfEventRequest {
 
     @Override
     public void handleData(ITmfEvent event) {
-        if (event != null) {
-            fNbRead++;
-        }
+        fNbRead++;
     }
 
     @Override
This page took 0.026109 seconds and 5 git commands to generate.