From 7fdb259fa119632953e57deeb28b3a65d9030cdc Mon Sep 17 00:00:00 2001 From: Vasundhara Perala Date: Thu, 28 Nov 2019 17:17:01 +0530 Subject: [PATCH] Code review comments implemented reviewer chandra --- .../src/com/premaseem/mediator/atc/Flight.java | 1 + 1 file changed, 1 insertion(+) 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(){