aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java
blob: c92f029ade6989fadff015da980fc3fd91b1f1f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.test;


/**
 * A searcher adding a new hit.
 * TODO: add annotation check
 * @author  Joe Developer
 */
public class SimpleSearcher2 extends SimpleSearcher {
    public void dummy() {}
}