Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
twalmsley committed Jan 23, 2024
1 parent 1036114 commit 261c01b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
*
* <p>
* Note that Transaction control is manual unless using any of the following:
* </p>
* <ol>
* <li>getInTransaction()</li>
* <li>runInReadTransaction()</li>
Expand All @@ -65,7 +66,7 @@
* <li>importTtl()</li>
* <li>verifyModel()</li>
* </ol>
*
* <p>
* Nested transactions are not supported so ensure that no transaction is in progress before
* using any of the above methods.
* </p>
Expand Down

0 comments on commit 261c01b

Please sign in to comment.