@version $Id$

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1199788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2011-11-09 15:10:00 +00:00
parent baa994c627
commit a21b3cc000
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ import org.junit.Test;
* @see <a href="https://issues.apache.org/jira/browse/LANG-762">[LANG-762] Handle or document ReflectionToStringBuilder
* and ToStringBuilder for collections that are not thread safe</a>
* @since 3.0.2
* @version $Id$
*/
public class ToStringStyleConcurrencyTest {