Skip to content

Commit

Permalink
tidy up code
Browse files Browse the repository at this point in the history
  • Loading branch information
nglthu committed Mar 7, 2024
1 parent 7bb8475 commit e890617
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/com/mycompany/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,11 @@ public static void main(String[] args) {
sl.next();

}

// Test callback

CalleeTest cee = new CalleeTest();
CallerTest cerA = new CallerTest(cee);
System.out.println("test call back" + cerA);
// cerA.go();

int itest = 1;
while (itest < 5) {
itest++;
Expand Down

0 comments on commit e890617

Please sign in to comment.