Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions: ------------------------------------------------------------------------ r471166 | scolebourne | 2006-11-04 03:33:22 -0800 (Sat, 04 Nov 2006) | 1 line Removed Typed* containers such as TypedList and TypedMap as generics now provides type safety ------------------------------------------------------------------------ git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90e210c1c0
commit
7b65bf844e
|
@ -52,7 +52,6 @@ public class TestAll extends TestCase {
|
||||||
suite.addTest(TestSetUniqueList.suite());
|
suite.addTest(TestSetUniqueList.suite());
|
||||||
suite.addTest(TestSynchronizedList.suite());
|
suite.addTest(TestSynchronizedList.suite());
|
||||||
suite.addTest(TestTransformedList.suite());
|
suite.addTest(TestTransformedList.suite());
|
||||||
suite.addTest(TestTypedList.suite());
|
|
||||||
suite.addTest(TestUnmodifiableList.suite());
|
suite.addTest(TestUnmodifiableList.suite());
|
||||||
|
|
||||||
return suite;
|
return suite;
|
||||||
|
|
Loading…
Reference in New Issue