←Older revision | Revision as of 06:48, 11 October 2010 | ||
Line 1: | Line 1: | ||
- | The [[chapter 6]] discusses '''protected abstract''' methods and says that removing such method is source compatible | + | |
+ | ==== [[Errata 6|Page 89]] ==== | ||
+ | |||
+ | The [[chapter 6]] discusses '''protected abstract''' methods and says that removing such method is source compatible. In fact that was true until [[Java]] 5 appeared. However the newly introduced ''@Override'' [[annotation]] changed everything. | ||
<source lang="java" snippet="anagram.ui.Anagrams"/> | <source lang="java" snippet="anagram.ui.Anagrams"/> |