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