Removed erroneous semi-colon.
This commit is contained in:
parent
3da48d970c
commit
9c43827004
@ -7,7 +7,7 @@ import org.junit.Test;
|
||||
|
||||
public class AppTest {
|
||||
|
||||
private App app = new App();;
|
||||
private App app = new App();
|
||||
private KingdomFactory elfFactory;
|
||||
private KingdomFactory orcFactory;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user