mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 17:26:44 +00:00
Removed erroneous semi-colon.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user