Better comment and name
This commit is contained in:
@@ -525,16 +525,16 @@ public abstract class LogFactory {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
classLoader = Thread.currentThread().getContextClassLoader();
|
classLoader = Thread.currentThread().getContextClassLoader();
|
||||||
} catch (final SecurityException ex) {
|
} catch (final SecurityException ignore) {
|
||||||
/**
|
//
|
||||||
* getContextClassLoader() throws SecurityException when
|
// getContextClassLoader() throws SecurityException when
|
||||||
* the context class loader isn't an ancestor of the
|
// the context class loader isn't an ancestor of the
|
||||||
* calling class's class loader, or if security
|
// calling class's class loader, or if security
|
||||||
* permissions are restricted.
|
// permissions are restricted.
|
||||||
*
|
//
|
||||||
* We ignore this exception to be consistent with the previous
|
// We ignore this exception to be consistent with the previous
|
||||||
* behavior (e.g. 1.1.3 and earlier).
|
// behavior (e.g. 1.1.3 and earlier).
|
||||||
*/
|
//
|
||||||
// ignore
|
// ignore
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user