mirror of https://github.com/apache/activemq.git
Merge pull request #372 from coheigea/config
Make ActiveMQConfiguration.loadClass private
This commit is contained in:
commit
69e5fef582
|
@ -182,7 +182,7 @@ public class ActiveMQConfiguration extends JmsConfiguration {
|
|||
}
|
||||
}
|
||||
|
||||
public static Class<?> loadClass(String name, ClassLoader loader) throws ClassNotFoundException {
|
||||
private static Class<?> loadClass(String name, ClassLoader loader) throws ClassNotFoundException {
|
||||
ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
|
||||
if (contextClassLoader != null) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue