Developing Java Beans by Robert Englander This page lists only errors in the most recent printing. If you have any technical questions or error reports, you can send them to booktech@oreilly.com. (Please specify the printing date of your copy.) This page was last modified on April 25, 2000 Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: {70-71} Eliminate the paragraph starting with "We could reimplement" and ending with "look like if we did:" and also eliminate the entire code sample on page {71}. {75} Add a member to the Thermometer class as follows: protected Temperature theTemperature; {217} Add another catch block: catch (IntrospectionException e) { return null; }