Add missing package-info files in spring-test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* JDBC support classes for the <em>Spring TestContext Framework</em>,
|
||||
* including support for declarative SQL script execution via {@code @Sql}.
|
||||
*/
|
||||
|
||||
package org.springframework.test.context.jdbc;
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Common utilities used within the <em>Spring TestContext Framework</em>.
|
||||
*/
|
||||
|
||||
package org.springframework.test.context.util;
|
||||
|
||||
Reference in New Issue
Block a user