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