tmf: Correctly export all packages in runtime plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / internal / ctf / core / trace / Stream.java
index b3c64dfd88bb10babc75aa88f56303310f6bc6ca..bd9234159c46ce234a82bbb7f51d23f873d69789 100644 (file)
@@ -53,7 +53,7 @@ public class Stream {
     /**
      * Maps event ids to events
      */
-    private HashMap<Long, EventDeclaration> events;
+    private HashMap<Long, EventDeclaration> events = new HashMap<Long, EventDeclaration>();
 
     /**
      * The inputs associated to this stream
This page took 0.036844 seconds and 5 git commands to generate.