Java Distibuted Computing by Jim Farley NOTE: For updated scripts, please return to the book catalog page at http://www.oreilly.com/catalog/javadc/ and check the "Examples" link. This page lists 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 August 19, 2004. 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: (17) example 1-4 !(cmd instanceOf DomeCmd) should be !(cmd instanceof DoneCmd) {277-279} Example 9-7 contains a bug in the code for the MessageCollaborator class. This bug has been corrected in the updated script.