tmf.core: Internalize timestamp types
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / timestamp / TmfTimestamp.java
index 141d7a33440f3adcfa074b5bd0c6e45a6cb811cb..0b80e70b9bc0ebbcc88f394a107e6b489e4fa5bb 100644 (file)
@@ -18,6 +18,8 @@ package org.eclipse.tracecompass.tmf.core.timestamp;
 import java.nio.ByteBuffer;
 
 import org.eclipse.jdt.annotation.NonNull;
+import org.eclipse.tracecompass.internal.tmf.core.timestamp.TmfNanoTimestamp;
+import org.eclipse.tracecompass.internal.tmf.core.timestamp.TmfSecondTimestamp;
 
 /**
  * A generic timestamp implementation. The timestamp is represented by the tuple
This page took 0.030529 seconds and 5 git commands to generate.