File tree Expand file tree Collapse file tree
MediatorPatternExamples/src/com/premaseem/mediator/atc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public void grantLandingPermission(Flight flight) {
1212 if (approachingFligh == null ) {
1313 approachingFligh = flight ;
1414 flight .status = FlightStatus .IN_APPROACH ;
15- System .out .printf (" Landing Permission Granted to %s , START APPROACHING .... " , flight .name );
15+ System .out .printf ("HI TEST Landing Permission Granted to %s , START APPROACHING .... " , flight .name );
1616
1717 } else {
1818 if (!approachingFligh .name .equalsIgnoreCase (flight .name )) {
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ 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" )
22+ System .out .println ("Made changes to address code review comment" )
2123 }
2224
2325 void landFlight (){
You can’t perform that action at this time.
0 commit comments