Contribution for Bug352466: [TMF] Implement UML2 Sequence Diagram
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / component / TmfComponent.java
index 7cc507a3efe8a364bd3d7122dc9635bd9653481e..a3626e77bea1986d3aed265fb26dc548aee0cf00 100644 (file)
@@ -30,6 +30,10 @@ public abstract class TmfComponent implements ITmfComponent {
        // Constructor
        // ------------------------------------------------------------------------
 
+       public TmfComponent() {
+           this(""); //$NON-NLS-1$
+       }
+       
        public TmfComponent(String name) {
                fName = name;
 //             if (Tracer.isComponentTraced()) Tracer.traceComponent(this, "created");
This page took 0.025927 seconds and 5 git commands to generate.