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@815136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ffce465db
commit
9e8badc3be
|
@ -53,8 +53,6 @@ public class TestAll extends TestCase {
|
|||
suite.addTest(TestSynchronizedSortedSet.suite());
|
||||
suite.addTest(TestTransformedSet.suite());
|
||||
suite.addTest(TestTransformedSortedSet.suite());
|
||||
suite.addTest(TestTypedSet.suite());
|
||||
suite.addTest(TestTypedSortedSet.suite());
|
||||
suite.addTest(TestUnmodifiableSet.suite());
|
||||
suite.addTest(TestUnmodifiableSortedSet.suite());
|
||||
|
||||
|
|
Loading…
Reference in New Issue