Merge branch '5.1.x'

This commit is contained in:
Sam Brannen
2019-03-13 15:28:58 +01:00

View File

@@ -3687,7 +3687,7 @@ See the <<integration-testing-annotations, annotation support>> section for furt
information and configuration examples. <<testcontext-executing-sql-declaratively-tx,
Transaction management for `@Sql`>> contains an additional example that uses `@Sql` for
declarative SQL script execution with default transaction rollback semantics. The
following example shows the relevant annotations in bold:
following example shows the relevant annotations:
[source,java,indent=0]
[subs="verbatim,quotes"]