X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fgeneral%2FSerializableProxyFactory.java;h=733224a0003e5494ce3afa24221077a0444266a6;hb=35a27356364fc19bd1435b2f474774c66df4e05c;hp=34b7e3a564a99dc04a64006cfbf34a3fd3fe39bc;hpb=5ddf0de8b6ecb45f2420c9b2e68f82cb7c52dfbb;p=utils diff --git a/support/general/src/main/java/org/wamblee/general/SerializableProxyFactory.java b/support/general/src/main/java/org/wamblee/general/SerializableProxyFactory.java index 34b7e3a5..733224a0 100644 --- a/support/general/src/main/java/org/wamblee/general/SerializableProxyFactory.java +++ b/support/general/src/main/java/org/wamblee/general/SerializableProxyFactory.java @@ -40,16 +40,6 @@ public class SerializableProxyFactory { private Class clazz; private T proxy; - /** - * Constructs the factory. - * - * @param aClass - * Interface class of the service to proxy. - */ - public SerializableProxyFactory(Class aClass) { - this(aClass, null); - } - /** * Constructs the factory with a callback to create thread-specific objects * automatically. @@ -85,8 +75,7 @@ public class SerializableProxyFactory { } /** - * 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. */