AbstractQueryChangesTest#createInjector: Remove unnecessary 'throws Exception'
Change-Id: I74122eacbd4bcd24cdd7dea74817e0f1e5412380
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user