fix test plugin visibility

This commit is contained in:
Simon Willnauer 2016-07-12 17:42:29 +02:00
parent 9cb247287f
commit 2d80a53b09
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public abstract class ESSmokeClientTestCase extends LuceneTestCase {
private static String clusterAddresses;
protected String index;
private static final class BogusPlugin extends Plugin {
public static final class BogusPlugin extends Plugin {
// se NettyUtils.... this runs without the permission from the netty module so it will fail since reindex can't set the property
// to make it still work we disable that check but need to register the setting first
private static final Setting<Boolean> ASSERT_NETTY_BUGLEVEL = Setting.boolSetting("netty.assert.buglevel", true,