ctf: Fix API inconsistencies
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / SequenceDefinition.java
index 6c95948ce746ef5bb3ec7f72c76aac15d2a28b8f..b7d9d918ca19d3b282025e2680c140b5f79d8884 100644 (file)
 
 package org.eclipse.linuxtools.ctf.core.event.types;
 
+import org.eclipse.linuxtools.ctf.core.event.io.BitBuffer;
 import org.eclipse.linuxtools.ctf.core.trace.CTFReaderException;
-import org.eclipse.linuxtools.internal.ctf.core.event.io.BitBuffer;
 
 /**
  * A CTF sequence definition (a fixed-size array).
- * 
+ *
  * An array where the size is fixed but declared in the trace, unlike array
  * where it is declared with a literal
  *
This page took 0.034233 seconds and 5 git commands to generate.