Make ActiveMQConfiguration.loadClass private

This commit is contained in:
Colm O hEigeartaigh 2019-07-11 10:09:30 +01:00
parent c7eff84058
commit 10910a423c
1 changed files with 1 additions and 1 deletions

View File

@ -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(); ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
if (contextClassLoader != null) { if (contextClassLoader != null) {
try { try {