Remove trailing comma in annotation array initializer
Change-Id: I9871fa7085ec580b41370c164bccff2bf34e50c9
This commit is contained in:
@@ -37,7 +37,7 @@ public class UseGerritConfigAnnotationTest extends AbstractDaemonTest {
|
||||
@Test
|
||||
@GerritConfigs({
|
||||
@GerritConfig(name="x.y", value="z"),
|
||||
@GerritConfig(name="a.b", value="c"),
|
||||
@GerritConfig(name="a.b", value="c")
|
||||
})
|
||||
public void testMultiple() {
|
||||
assertEquals("z", serverConfig.getString("x", null, "y"));
|
||||
|
@@ -97,7 +97,7 @@ public class SuggestReviewersIT extends AbstractDaemonTest {
|
||||
@GerritConfigs(
|
||||
{@GerritConfig(name = "suggest.accounts", value = "true"),
|
||||
@GerritConfig(name = "suggest.from", value = "1"),
|
||||
@GerritConfig(name = "accounts.visibility", value = "NONE"),
|
||||
@GerritConfig(name = "accounts.visibility", value = "NONE")
|
||||
})
|
||||
public void suggestReviewersNoResult2() throws GitAPIException, IOException,
|
||||
Exception {
|
||||
|
Reference in New Issue
Block a user