diff --git a/MediatorPatternExamples/src/com/premaseem/mediator/atc/Flight.java b/MediatorPatternExamples/src/com/premaseem/mediator/atc/Flight.java index 1eba8ea..62ee4f2 100644 --- a/MediatorPatternExamples/src/com/premaseem/mediator/atc/Flight.java +++ b/MediatorPatternExamples/src/com/premaseem/mediator/atc/Flight.java @@ -19,6 +19,7 @@ void grantLandingPermission(){ System.out.println("just added this line for training") System.out.println("made changes to address code review comment") System.out.println("Test for git Training") + System.out.println("Made changes to address code review comment") } void landFlight(){