AbstractQueryChangesTest#createInjector: Remove unnecessary 'throws Exception'

Change-Id: I74122eacbd4bcd24cdd7dea74817e0f1e5412380
This commit is contained in:
David Pursehouse
2018-05-28 14:28:56 +09:00
parent 792a8c5457
commit 17c9c7db7c

View File

@@ -181,7 +181,7 @@ public abstract class AbstractQueryChangesTest extends GerritServerTests {
private String systemTimeZone;
protected abstract Injector createInjector() throws Exception;
protected abstract Injector createInjector();
@Before
public void setUpInjector() throws Exception {