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