From c751e348a31afa155658e21f2deec3844d6b3985 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 23 Mar 2011 19:49:17 +0000 Subject: [PATCH] --- .../main/java/org/wamblee/general/LookupProxyFactory.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/general/src/main/java/org/wamblee/general/LookupProxyFactory.java b/support/general/src/main/java/org/wamblee/general/LookupProxyFactory.java index a703e2bf..4841859a 100644 --- a/support/general/src/main/java/org/wamblee/general/LookupProxyFactory.java +++ b/support/general/src/main/java/org/wamblee/general/LookupProxyFactory.java @@ -140,10 +140,10 @@ public class LookupProxyFactory { } /** - * Gets the proxy that delegates to the thread-specific instance set by - * {@link #set(Object)} + * Gets the proxy that delegates to the instance obtained through the + * lookup interface. * - * When at runtime the proxy cannot find lookup the object in JNDI, it + * When at runtime the proxy cannot lookup the object, it * throws {@link LookupException}. * * @return Proxy. -- 2.31.1