[SPR-8222] Suppressing deprecation warnings for org.junit.internal.runners.model.MultipleFailureException, which has been deprecated in JUnit 4.9.

This commit is contained in:
Sam Brannen 2011-09-26 11:13:59 +00:00
parent 48f7dcc464
commit f6483cad3c
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2009 the original author or authors. * Copyright 2002-2011 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -35,6 +35,7 @@ import org.springframework.test.context.TestContextManager;
* @author Sam Brannen * @author Sam Brannen
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("deprecation")
public class RunAfterTestClassCallbacks extends Statement { public class RunAfterTestClassCallbacks extends Statement {
private final Statement next; private final Statement next;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2009 the original author or authors. * Copyright 2002-2011 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -36,6 +36,7 @@ import org.springframework.test.context.TestContextManager;
* @author Sam Brannen * @author Sam Brannen
* @since 3.0 * @since 3.0
*/ */
@SuppressWarnings("deprecation")
public class RunAfterTestMethodCallbacks extends Statement { public class RunAfterTestMethodCallbacks extends Statement {
private final Statement next; private final Statement next;