Implement the new TMF Event Model
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / TmfSimpleTimestamp.java
index f0a7bcd37e3f748eb9aebdd544b417f07d6ca99b..b83672050d400d236f002878071dd3df60547e80 100644 (file)
@@ -100,7 +100,7 @@ public class TmfSimpleTimestamp extends TmfTimestamp {
     @Override
     @SuppressWarnings("nls")
     public String toString() {
-        return "TmfSimpleTimestamp [fValue=" + fValue + ", fScale=" + fScale + ", fPrecision=" + fPrecision + "]";
+        return "TmfSimpleTimestamp [fValue=" + fValue + "]";
     }
 
 }
This page took 0.025278 seconds and 5 git commands to generate.