Skip to content

Commit 9c43827

Browse files
AlanAlan
authored andcommitted
Removed erroneous semi-colon.
1 parent 3da48d9 commit 9c43827

File tree

1 file changed

+1
-1
lines changed
  • abstract-factory/src/test/java/com/iluwatar/abstractfactory

1 file changed

+1
-1
lines changed

abstract-factory/src/test/java/com/iluwatar/abstractfactory/AppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
public class AppTest {
99

10-
private App app = new App();;
10+
private App app = new App();
1111
private KingdomFactory elfFactory;
1212
private KingdomFactory orcFactory;
1313

0 commit comments

Comments
 (0)