summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-05-30 09:29:00 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-05-30 09:29:00 +0200
commitdb3adaf6eb1d5eb6d1400de308d44e06322818e1 (patch)
treef038f62a89f9be7a793e49d1daff04901427c094 /vespaclient-container-plugin
parent9abaeb894a85f9994c0907730616370aedf6083e (diff)
use standard formatting for Override annotation
Diffstat (limited to 'vespaclient-container-plugin')
-rwxr-xr-xvespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java b/vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java
index bdd48949146..022360db54f 100755
--- a/vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java
+++ b/vespaclient-container-plugin/src/test/java/com/yahoo/storage/searcher/GetSearcherTestCase.java
@@ -1022,7 +1022,8 @@ public class GetSearcherTestCase {
this.hitToReturn = hitToReturn;
}
- public @Override Result search(Query query, Execution execution) {
+ @Override
+ public Result search(Query query, Execution execution) {
Result result = new Result(query);
result.hits().add(hitToReturn);
return result;