←Older revision | Revision as of 03:11, 12 September 2009 | ||
Line 8: | Line 8: | ||
The text is unfortunately silently referring to the side note story (code completion). So when you read the text first and the NetBeans stories later you can get confused slightly. | The text is unfortunately silently referring to the side note story (code completion). So when you read the text first and the NetBeans stories later you can get confused slightly. | ||
+ | |||
+ | ==== [[Errata 10|Page 173]] ==== | ||
+ | |||
+ | "Because they are '''protected''', calling them from a subclass has no meaning, as they don’t provide any implementation in the defining class." should be "Because they are '''abstract''', calling them from a subclass has no meaning, as they don’t provide any implementation in the defining class." | ||
+ | |||
+ | --[[User:Silentfish|Silentfish]] 09:29, 10 September 2009 (UTC) | ||
==== [[Errata 10|Page 178]] ==== | ==== [[Errata 10|Page 178]] ==== | ||
Type parameter is bit confusing. While most of the people are familiar with single uppercase letter (like ''T'', ''E'', ''V'') and can easily recognize them as a type parameter author is using ''Configuration'' and switch to ''C'' just a few lines later. | Type parameter is bit confusing. While most of the people are familiar with single uppercase letter (like ''T'', ''E'', ''V'') and can easily recognize them as a type parameter author is using ''Configuration'' and switch to ''C'' just a few lines later. |