1
0

Unnecessary cast

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1362970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2012-07-18 14:48:32 +00:00
parent 8316eb1fa1
commit 2904fe65df

View File

@@ -620,7 +620,7 @@ public class LogFactoryImpl extends LogFactory {
// this type of exception means there was a problem in discovery
// and we've already output diagnostics about the issue, etc.;
// just pass it on
throw (LogConfigurationException) lce;
throw lce;
} catch (InvocationTargetException e) {
// A problem occurred invoking the Constructor or Method