From: erik Date: Wed, 23 Mar 2011 19:49:17 +0000 (+0000) Subject: (no commit message) X-Git-Tag: BEFORE_SVN_TO_GIT~11 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=c751e348a31afa155658e21f2deec3844d6b3985;p=utils --- 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.