Fix some null warnings
[deliverable/tracecompass.git] / pcap / org.eclipse.tracecompass.tmf.pcap.core / src / org / eclipse / tracecompass / internal / tmf / pcap / core / event / PcapRootEventField.java
index 795a70d7e135a16de599ac2c11efeb4541915c0b..5afcd8c22660d4995937c209bc75a84aa5e6ccb5 100644 (file)
@@ -40,7 +40,7 @@ public class PcapRootEventField extends TmfEventField {
      * @throws IllegalArgumentException
      *             If 'name' is null, or if 'fields' has duplicate field names.
      */
-    public PcapRootEventField(@Nullable ITmfEventField[] fields, Packet packet) {
+    public PcapRootEventField(ITmfEventField[] fields, Packet packet) {
         super(ITmfEventField.ROOT_FIELD_ID, null, fields);
         fPacketSourceField = new TmfEventField(PcapEvent.EVENT_FIELD_PACKET_SOURCE,
                 packet.getMostEcapsulatedPacket().getSourceEndpoint().toString(), null);
This page took 0.027903 seconds and 5 git commands to generate.