From e1179ec07d2d5fcc3917f36ed765e3c9220c4ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Fri, 28 Aug 2009 13:07:07 +0200 Subject: [PATCH] ItEr23S03ContornaItEr22S03: Removing empty finally clause --- .../java/org/navalplanner/web/common/ExceptionCatcherProxy.java | 1 - 1 file changed, 1 deletion(-) diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/common/ExceptionCatcherProxy.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/common/ExceptionCatcherProxy.java index 84629729d..325b01c4b 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/common/ExceptionCatcherProxy.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/common/ExceptionCatcherProxy.java @@ -72,7 +72,6 @@ public class ExceptionCatcherProxy { // we don't know what would be the result, so we // return null return null; - } finally { } }