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