- removed html-surrounded Title:Filename.java/Description:etc..
in favor of Sun-recommended convention of leading with a one-liner,
and separating the main description with <p>Whatever...
(This is more readable in Java code and produces cleaner-looking
results via the javadoc tool and eclipse in-line javadocs)
- removed @version tags (not part of the code template, can cause
unnecessary work when up-merging, and inconsistently used)
- using author name consistently in @author (code template
says FirstName Lastname... not email address)
- moved javadocs that were separate from the class declaration
down so they'd be included in the javadoc
- got rid of several extraneous "TO change this template,
go to Window -> Preferences..." messages.