Skip to content

Commit 8bfc920

Browse files
lonresbrannen
authored andcommitted
Fix typo in data-access.adoc
Closes gh-23247
1 parent a3161dc commit 8bfc920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/data-access.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ settings by using Spring XML configuration:
18221822
class="org.springframework.transaction.support.TransactionTemplate">
18231823
<property name="isolationLevelName" value="ISOLATION_READ_UNCOMMITTED"/>
18241824
<property name="timeout" value="30"/>
1825-
</bean>"
1825+
</bean>
18261826
----
18271827

18281828
You can then inject the `sharedTransactionTemplate`

0 commit comments

Comments
 (0)