(no commit message)
authorErik Brakkee <erik@brakkee.org>
Wed, 23 Mar 2011 19:49:17 +0000 (19:49 +0000)
committerErik Brakkee <erik@brakkee.org>
Wed, 23 Mar 2011 19:49:17 +0000 (19:49 +0000)
support/general/src/main/java/org/wamblee/general/LookupProxyFactory.java

index a703e2bfc1497ca41695e5d99e7cb007984c4b5f..4841859a812ea1d88826b2c5aa363ed8e96bd845 100644 (file)
@@ -140,10 +140,10 @@ public class LookupProxyFactory<T> {
     }
 
     /**
-     * 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.