Redundant Comment

Comments that says the same thing as the code are useless

/*
 * Does thing 1
 * can throw myException
 */
public doThing1() throws myException {
...
}



bj 2019-09-22