(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 18 Jul 2010 23:45:58 +0000 (23:45 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 18 Jul 2010 23:45:58 +0000 (23:45 +0000)
support/general/src/main/java/org/wamblee/general/ThreadSpecificProxyFactory.java

index 5cf23cea73c0d30ad04b6df6b5e7841d266b51c9..a5a1cebb3871e8b3334c3ecaabed71fa6232fab3 100644 (file)
@@ -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.