This is an automated email from the ASF dual-hosted git repository. jgallimore pushed a commit to branch tomee-7.1.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 0fa199c9d80f3cc01b7126d44a2153b8b69c7fd0 Author: Vicente Rossello <[email protected]> AuthorDate: Thu Aug 16 00:16:38 2018 +0200 typo --- .../main/java/org/apache/openejb/util/proxy/LocalBeanProxyFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/openejb-core/src/main/java/org/apache/openejb/util/proxy/LocalBeanProxyFactory.java b/container/openejb-core/src/main/java/org/apache/openejb/util/proxy/LocalBeanProxyFactory.java index a36f7b8..20e9ab9 100644 --- a/container/openejb-core/src/main/java/org/apache/openejb/util/proxy/LocalBeanProxyFactory.java +++ b/container/openejb-core/src/main/java/org/apache/openejb/util/proxy/LocalBeanProxyFactory.java @@ -50,7 +50,7 @@ import java.util.concurrent.locks.ReentrantLock; public class LocalBeanProxyFactory implements Opcodes { - private static final Logger LOGGER = Logger.getInstance(LogCategory.OPENEJB, QueryProxy.class); + private static final Logger LOGGER = Logger.getInstance(LogCategory.OPENEJB, LocalBeanProxyFactory.class); public static final InvocationHandler NON_BUSINESS_HANDLER = new NonBusinessHandler();
