X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fgeneral%2FLookupProxyFactory.java;fp=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fgeneral%2FLookupProxyFactory.java;h=4841859a812ea1d88826b2c5aa363ed8e96bd845;hb=e9e0d2ee81f5b2b10c3dc2f9e0ee4b522682722c;hp=a703e2bfc1497ca41695e5d99e7cb007984c4b5f;hpb=137d09cffb180142d1f371e44ff7072cc0d82dbd;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.