mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
4ff1e197e3
Clean up compiler warnings in the tests of spring-tx. This commit adds type parameters to all the types (mostly `List` and `Map`). In addition it uses Java 5 autoboxing to get rid of several `new Integer` (except in cases where it's needed). After this commit the only warnings in spring-tx left are in `TransactionAttributeSourceTests`` that code would never compile with generics.