analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core.tests / src / org / eclipse / tracecompass / tmf / core / tests / trace / indexer / checkpoint / TmfBTreeIndexTest.java
index 514b270a19c753e2deb9d902ccd0d6ec541ba394..b83cbe8829ac541fee5f726ba679b565b46993aa 100644 (file)
@@ -36,11 +36,11 @@ public class TmfBTreeIndexTest extends AbstractIndexTest {
      * @return the indexer for testing
      */
     @Override
-    protected TestIndexerInterface createTestIndexer(TestTrace trace) {
+    protected ITestIndexer createTestIndexer(TestTrace trace) {
         return new TestBTreeIndexer(trace);
     }
 
-    private static class TestBTreeIndexer extends TmfBTreeTraceIndexer implements TestIndexerInterface {
+    private static class TestBTreeIndexer extends TmfBTreeTraceIndexer implements ITestIndexer {
         public TestBTreeIndexer(TestTrace testTrace) {
             super(testTrace, BLOCK_SIZE);
         }
This page took 0.025645 seconds and 5 git commands to generate.