Fixed checkstyle code quality issues

This commit is contained in:
Jeroen Meulemeester
2015-12-29 21:05:53 +01:00
parent 1d9aff4071
commit 2e2707862a
8 changed files with 29 additions and 27 deletions

View File

@ -15,10 +15,10 @@ public class WizardTowerProxyTest extends StdOutTest {
@Test
public void testEnter() throws Exception {
final Wizard[] wizards = new Wizard[]{
new Wizard("Gandalf"),
new Wizard("Dumbledore"),
new Wizard("Oz"),
new Wizard("Merlin")
new Wizard("Gandalf"),
new Wizard("Dumbledore"),
new Wizard("Oz"),
new Wizard("Merlin")
};
final WizardTowerProxy tower = new WizardTowerProxy();

View File

@ -15,10 +15,10 @@ public class WizardTowerTest extends StdOutTest {
@Test
public void testEnter() throws Exception {
final Wizard[] wizards = new Wizard[]{
new Wizard("Gandalf"),
new Wizard("Dumbledore"),
new Wizard("Oz"),
new Wizard("Merlin")
new Wizard("Gandalf"),
new Wizard("Dumbledore"),
new Wizard("Oz"),
new Wizard("Merlin")
};
final WizardTower tower = new WizardTower();