aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/concurrent/BasicThreadFactoryTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-06Update concurrent tests to JUnit JupiterAllon Mureinik
2016-11-22fix typos in comments and javadoc.Andrii
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2011-11-27Fix various boxing errorsSebastian Bazley
2010-07-26missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-02-25Adding BasicThreadFactory class. Same as Oliver's original patch in LANG-582,...Henri Yandell