ItEr23S03ContornaItEr22S03: Removing empty finally clause

This commit is contained in:
Óscar González Fernández 2009-08-28 13:07:07 +02:00
parent 3f3e8bf0ea
commit e1179ec07d

View file

@ -72,7 +72,6 @@ public class ExceptionCatcherProxy<T> {
// we don't know what would be the result, so we
// return null
return null;
} finally {
}
}