Changes between Version 11 and Version 12 of GoodCodeExamples


Ignore:
Timestamp:
05/20/09 16:22:09 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoodCodeExamples

    v11 v12  
    7474                } 
    7575}}} 
     76 * Don't use @SuppressWarnings("all"), @SuppressWarnings("synthetic-access"), etc.. or use them rarely only when needed!