Changes between Version 11 and Version 12 of GoodCodeExamples
- Timestamp:
- 05/20/09 16:22:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoodCodeExamples
v11 v12 74 74 } 75 75 }}} 76 * Don't use @SuppressWarnings("all"), @SuppressWarnings("synthetic-access"), etc.. or use them rarely only when needed!