Skip to content

Commit 84fd234

Browse files
committed
3am Code is starting to show. Get this build working. iluwatar#324
1 parent f0ff8ad commit 84fd234

File tree

1 file changed

+1
-1
lines changed
  • delegation/src/test/java/com/iluwatar/delegation/simple

1 file changed

+1
-1
lines changed

delegation/src/test/java/com/iluwatar/delegation/simple/AppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class AppTest {
1010
public static final String MESSAGE_TO_PRINT = "hello world";
1111

1212
@Test
13-
public static void main() {
13+
public void main() {
1414
Printer hpPrinter = new HPPrinter();
1515
Printer canonPrinter = new CanonPrinter();
1616
Printer epsonPrinter = new EpsonPrinter();

0 commit comments

Comments
 (0)