Skip to content

Commit

Permalink
Merge branch 'hotfix/output-error'
Browse files Browse the repository at this point in the history
  • Loading branch information
Juergen Falb committed Dec 7, 2021
2 parents 7f151bb + bd641ad commit 8d51a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/ac/fhcampuswien/subtyping/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static void main(String[] args) {
baseTypeA.method1();
baseTypeA1.method1();

System.out.println("Results of interfaces:");
System.out.println("Results of interfaces and inheritance:");

SubTypeD subTypeD = new SubTypeD();
BaseTypeB baseTypeB = subTypeD;
Expand Down

0 comments on commit 8d51a98

Please sign in to comment.