Browse Source

Remove deprecated warnings

pull/816/merge
Stephane Nicoll 10 years ago
parent
commit
75c88ffbeb
  1. 1
      spring-context/src/test/java/org/springframework/aop/target/CommonsPoolTargetSourceTests.java

1
spring-context/src/test/java/org/springframework/aop/target/CommonsPoolTargetSourceTests.java

@ -44,6 +44,7 @@ import static org.junit.Assert.*; @@ -44,6 +44,7 @@ import static org.junit.Assert.*;
* @author Rob Harrop
* @author Chris Beams
*/
@SuppressWarnings("deprecation")
public class CommonsPoolTargetSourceTests {
/**

Loading…
Cancel
Save