1
0
Simon Kitching e985f2a051 Minor AccessController-related tidyups:
* Use static initialiser block to initialise factories rather than variable initialiser.
* Add static member thisClassLoader to cache classloader for the LogFactory class;
  change all calls to LogFactory.class.getClassLoader() to just use thisClassLoader.
* Change getContextClassLoader to always use AccessController (actually, rename
  getContextClassLoader to directGetContextClassLoader, and make getContextClassLoader
  a wrapper around that).
* define a method getClassLoader(clazz) that just does clazz.getClassLoader for now;
  change all calls to clazz.getClassLoader into getClassLoader(clazz)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@170501 13f79535-47bb-0310-9956-ffa450edef68
2005-05-17 01:43:32 +00:00
2005-02-10 21:57:11 +00:00
2005-01-30 23:02:28 +00:00
2005-02-26 13:10:49 +00:00
2005-02-26 13:10:49 +00:00
Description
Fork of github.com/apache/commons-logging with minor changes for Tweed 5
3.3 MiB
Languages
Java 98.4%
HTML 1.6%