mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 15:08:10 +00:00
Make ActiveMQConfiguration.loadClass private
This commit is contained in:
parent
c7eff84058
commit
10910a423c
@ -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…
x
Reference in New Issue
Block a user