aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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