TIJ4-code
TIJ4-code copied to clipboard
Example code for the book "Thinking in Java, 4th Edition"
Line 33 should be `if(pet instanceof EgyptianMau)` and line 37 should be `if(pet instanceof Cymric)`?
ExplicitPairManager1 method could't use synchronized keywords
Hi there, I get the following error when building with JDK 1.8. Adding `tools.jar` to `CLASSPATH` didn't help, any suggestions are highly appreciated. Thanks! ``` [javac] /Users/oles/Projects/TIJ4-code/examples/annotations/InterfaceExtractorProcessor.java:7: error: package com.sun.mirror.apt...