Polishing

See gh-22577
This commit is contained in:
Sam Brannen 2019-03-13 15:28:15 +01:00
parent 8f7b118701
commit db56d348dc
1 changed files with 1 additions and 1 deletions

View File

@ -3801,7 +3801,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]