Digory Doo
Results
1
comments of
Digory Doo
How about this: ``` public void one() throws Exc { doIt(); } public void two( int someLongishArgument, int someOtherArgument ) throws Exc1, Exc2 { doIt(); } public void three() throws...