Update package-info for org.springframework.test

This commit is contained in:
Sam Brannen 2014-09-22 15:06:18 +02:00
parent 0083cc0a01
commit 0026d8faf8
1 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
/**
* Generic unit testing support classes.
*
* This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0
* has been deprecated in favor of using the listener-based <em>Spring TestContext Framework</em>.
*
* @see org.springframework.test.util
*/
package org.springframework.test;