typo
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e4ba5704 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/e4ba5704 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/e4ba5704 Branch: refs/heads/master Commit: e4ba570435b23a73c3b20f8cb3da4ccf6ee595c6 Parents: 84f9694 Author: Vicente Rossello <[email protected]> Authored: Thu Aug 16 00:16:38 2018 +0200 Committer: Jonathan Gallimore <[email protected]> Committed: Mon Aug 20 14:37:49 2018 +0100 ---------------------------------------------------------------------- .../java/org/apache/openejb/util/proxy/LocalBeanProxyFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/e4ba5704/container/openejb-core/src/main/java/org/apache/openejb/util/proxy/LocalBeanProxyFactory.java ---------------------------------------------------------------------- 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();
