Adjust some method calls.
This commit is contained in:
parent
662b668321
commit
f5ff89c633
Binary file not shown.
|
@ -12,7 +12,8 @@ public class C extends B {
|
|||
|
||||
@Override
|
||||
public void f() {
|
||||
System.out.println("method f() from class B is being called");
|
||||
super.f();
|
||||
System.out.println("method f() from class C is being called");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#Generated by Maven Integration for Eclipse
|
||||
#Tue Nov 10 13:35:16 ICT 2020
|
||||
#Wed Nov 18 13:58:23 ICT 2020
|
||||
m2e.projectLocation=C\:\\Users\\siwat\\GitHub\\ise-comprog-after-midterm\\screwdriver-3.5.6
|
||||
m2e.projectName=screwdriver-3.5.6
|
||||
groupId=it.ramecera.ict
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#Generated by Maven Integration for Eclipse
|
||||
#Tue Nov 10 13:35:17 ICT 2020
|
||||
#Wed Nov 18 13:58:25 ICT 2020
|
||||
m2e.projectLocation=C\:\\Users\\siwat\\GitHub\\ise-comprog-after-midterm\\waxds-copper
|
||||
m2e.projectName=waxds-copper
|
||||
groupId=it.ramecera.ict
|
||||
|
|
Loading…
Reference in New Issue