Add missing package-info files in spring-test

This commit is contained in:
Sam Brannen
2014-09-22 15:05:07 +02:00
parent f9452ae9e9
commit 0083cc0a01
2 changed files with 13 additions and 0 deletions

View File

@@ -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;

View File

@@ -0,0 +1,6 @@
/**
* Common utilities used within the <em>Spring TestContext Framework</em>.
*/
package org.springframework.test.context.util;