Thanks Kev,
Committed the <CODE> vs <code> part.
I do not really see the benefit of having
if (condition) { return a; } return b;
over:
if (condition) { return a; } else { return b; }
so I didn't apply those patches.
I did apply the destDir -> baseDir one, but it left the javadoc in an inconsistent state (one would set destDir, but would get something based on baseDir), so I didn't commit that one.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]