On 09/10/2014 04:38 PM, mark.reinh...@oracle.com wrote:
New webrev: http://cr.openjdk.java.net/~redestad/8057936/webrev.4/
Looks fine, but when an exception declaration is on its own line then
the opening brace of the method should be on its own line too, as in
the original:
protected Class<?> findClass(final String name)
throws ClassNotFoundException
{
Original had weird 5 space indentation though:
http://cr.openjdk.java.net/~redestad/8057936/webrev.6/
Will need a sponsor for this, if it looks good to everyone.
/Claes
- Mark