(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sat, 31 Jul 2010 23:07:56 +0000 (23:07 +0000)
committerErik Brakkee <erik@brakkee.org>
Sat, 31 Jul 2010 23:07:56 +0000 (23:07 +0000)
support/general/src/main/java/org/wamblee/general/SerializableProxyFactory.java

index 4a3aba550910092379831b6f0e92e3b3d04a80ad..733224a0003e5494ce3afa24221077a0444266a6 100644 (file)
@@ -75,8 +75,7 @@ public class SerializableProxyFactory<T> {
     }
 
     /**
-     * Gets the proxy that delegates to the thread-specific instance set by
-     * {@link #set(Object)}
+     * Gets the serializable proxy that delegates to the object passed in the constructor.
      * 
      * @return Proxy.
      */