summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java
diff options
context:
space:
mode:
Diffstat (limited to 'bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java')
-rw-r--r--bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java b/bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java
new file mode 100644
index 00000000000..52211de45ca
--- /dev/null
+++ b/bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java
@@ -0,0 +1,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() {}
+}