Polish Javadoc for MergedSqlConfig

This commit is contained in:
Sam Brannen 2014-07-16 17:54:23 +02:00
parent c1a2f5efa4
commit 6d6f008faa
1 changed files with 4 additions and 4 deletions

View File

@ -26,10 +26,10 @@ import org.springframework.test.context.jdbc.SqlConfig.TransactionMode;
import org.springframework.util.Assert;
/**
* {@code MergedSqlConfig} encapsulates the <em>merged</em> SQL script configuration
* declared via {@link SqlConfig @SqlConfig} on a test method and its enclosing
* test class.
* <p>Explicit method-level configuration overrides class-level configuration.
* {@code MergedSqlConfig} encapsulates the <em>merged</em> {@link SqlConfig @SqlConfig}
* attributes declared locally via {@link Sql#config} and globally as a
* class-level annotation.
* <p>Explicit local configuration attributes override global configuration attributes.
*
* @author Sam Brannen
* @since 4.1