aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-13 18:02:58 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:26 +0100
commit93a20d53e92a6ef8b41d0268255f44773f0b8f2c (patch)
tree21e0bf94e60c84cda7491271693ef340ca9968cd /bundle-plugin-test
parentce042f7b390c044f7b809985054505dbd15b51ad (diff)
Bugfix: make NestedStaticClass static
Diffstat (limited to 'bundle-plugin-test')
-rw-r--r--bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java2
1 files changed, 1 insertions, 1 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
index 8a852886254..3220171de13 100644
--- a/bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java
+++ b/bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java
@@ -18,7 +18,7 @@ public class SimpleSearcher2 extends SimpleSearcher {
}
}
- private class NestedStaticClass {
+ private static class NestedStaticClass {
private com.yahoo.metrics.simple.Counter counter;
@com.google.inject.Inject