Merge "LightweightPluginDaemonTest: Expose plugin guice injectors" into stable-2.14

This commit is contained in:
Hugo Arès 2018-03-18 13:11:41 +00:00 committed by Gerrit Code Review
commit ae7c5da295

View File

@ -30,7 +30,7 @@ public class LightweightPluginDaemonTest extends AbstractDaemonTest {
@Rule public TemporaryFolder tempDataDir = new TemporaryFolder();
private TestServerPlugin plugin;
protected TestServerPlugin plugin;
@Before
public void setUp() throws Exception {