From: erik Date: Sun, 18 Jul 2010 23:45:58 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.4~64 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=6725fd14605ed97f35eb4c739f1440bd6b0638c7;p=utils --- diff --git a/support/general/src/main/java/org/wamblee/general/ThreadSpecificProxyFactory.java b/support/general/src/main/java/org/wamblee/general/ThreadSpecificProxyFactory.java index 5cf23cea..a5a1cebb 100644 --- a/support/general/src/main/java/org/wamblee/general/ThreadSpecificProxyFactory.java +++ b/support/general/src/main/java/org/wamblee/general/ThreadSpecificProxyFactory.java @@ -33,7 +33,7 @@ import java.lang.reflect.Proxy; * instance. The result from this method can be passed at construction of an object that will be used * by multiple threads. * - * This class is mostly used by other test tools. + * This class is mostly used by infrastructure code (utilities) and test tools. * * @param T * Interface to proxy.