Update for Bug287562 (Event Model code refresh + JUnits)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / event / TmfEventReference.java
index aee25f051c35b686fc02c1dfba8e680d402f6189..e06cccc46551b9ad4f03a1dddd19801d08d3e96e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
- *   Francois Chouinard (fchouinard@gmail.com) - Initial API and implementation
+ *   Francois Chouinard - Initial API and implementation
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.event;
@@ -46,4 +46,14 @@ public class TmfEventReference {
        public Object getValue() {
                return fReference;
        }
+
+    // ========================================================================
+    // Operators
+    // ========================================================================
+
+    @Override
+    public String toString() {
+        return fReference.toString();
+    }
+
 }
This page took 0.023673 seconds and 5 git commands to generate.