Skip to content

Commit 7fdb259

Browse files
committed
Code review comments implemented reviewer chandra
1 parent be4b89f commit 7fdb259

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
@@ -19,6 +19,7 @@ void grantLandingPermission(){
1919
System.out.println("just added this line for training")
2020
System.out.println("made changes to address code review comment")
2121
System.out.println("Test for git Training")
22+
System.out.println("Made changes to address code review comment")
2223
}
2324

2425
void landFlight(){

0 commit comments

Comments
 (0)