Move SpringFailOnTimeoutTests to 'statements' package
This commit is contained in:
parent
4f3a7dd9b4
commit
8317f12a9b
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.test.context.junit4.spr16716;
|
||||
package org.springframework.test.context.junit4.statements;
|
||||
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.concurrent.TimeoutException;
|
||||
Loading…
Reference in New Issue