aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com/yahoo/document/annotation/IndexKeyAnnotationTypeSpanTreeTestCase.java
blob: 63253b10fe40e159aa3e6a335bec05393e24fb9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.document.annotation;

/**
 * @author <a href="mailto:einarmr@yahoo-inc.com">Einar M R Rosenvinge</a>
 */
public class IndexKeyAnnotationTypeSpanTreeTestCase extends SpanTreeTestCase {

    @Override
    public void setUp() {
        super.setUp();
        tree.createIndex(SpanTree.IndexKey.ANNOTATION_TYPE);
    }
}