checkstyle and refactor

This commit is contained in:
jendave
2011-10-29 06:13:20 +00:00
parent 9ada94036e
commit e646a6190e
66 changed files with 691 additions and 622 deletions

View File

@@ -23,8 +23,7 @@ public final class BraidsAssertFunctions {
*/
public static void assertThrowsException(
@SuppressWarnings("rawtypes") final Class exnClass,
final ClumsyRunnable withScissors)
{
final ClumsyRunnable withScissors) {
try {
withScissors.run();
}