aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java
blob: 52211de45ca526040e3f8517ce3b1e2fefdcc2f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2016 Yahoo Inc. 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() {}
}