Skip to content

Commit be4b89f

Browse files
committed
First changes in MVC
1 parent 6b0e5a8 commit be4b89f

File tree

1 file changed

+1
-0
lines changed
  • MediatorPatternExamples/src/com/premaseem/mediator/atc

1 file changed

+1
-0
lines changed

MediatorPatternExamples/src/com/premaseem/mediator/atc/Flight.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ void grantLandingPermission(){
1818
atcMediator.grantLandingPermission(this);
1919
System.out.println("just added this line for training")
2020
System.out.println("made changes to address code review comment")
21+
System.out.println("Test for git Training")
2122
}
2223

2324
void landFlight(){

0 commit comments

Comments
 (0)