From 93a20d53e92a6ef8b41d0268255f44773f0b8f2c Mon Sep 17 00:00:00 2001 From: gjoranv Date: Tue, 13 Nov 2018 18:02:58 +0100 Subject: Bugfix: make NestedStaticClass static --- bundle-plugin-test/src/main/java/com/yahoo/test/SimpleSearcher2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle-plugin-test') 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 -- cgit v1.2.3