(no commit message)
[utils] / 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.
      */