We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0e5a8 commit be4b89fCopy full SHA for be4b89f
MediatorPatternExamples/src/com/premaseem/mediator/atc/Flight.java
@@ -18,6 +18,7 @@ void grantLandingPermission(){
18
atcMediator.grantLandingPermission(this);
19
System.out.println("just added this line for training")
20
System.out.println("made changes to address code review comment")
21
+ System.out.println("Test for git Training")
22
}
23
24
void landFlight(){
0 commit comments