tmf: Remove the precision concept from ITmfTimestamp
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui.tests / src / org / eclipse / tracecompass / tmf / ui / tests / statistics / TmfTreeContentProviderTest.java
index 299e2d39ead9fbf50e925d462c6421c577474bd3..26b87517d0f52b05dfdcc47142f0c06c1b6875b3 100755 (executable)
@@ -52,8 +52,8 @@ public class TmfTreeContentProviderTest {
     private final String fLabel1 = "label2";
     private final String[] fLabels = new String[] { fLabel0, fLabel1 };
 
-    private final TmfTimestamp fTimestamp1 = new TmfTimestamp(12345, (byte) 2, 5);
-    private final TmfTimestamp fTimestamp2 = new TmfTimestamp(12350, (byte) 2, 5);
+    private final TmfTimestamp fTimestamp1 = new TmfTimestamp(12345, (byte) 2);
+    private final TmfTimestamp fTimestamp2 = new TmfTimestamp(12350, (byte) 2);
 
     private final String fSource = "Source";
 
This page took 0.028052 seconds and 5 git commands to generate.