Skip to content

Commit

Permalink
Update javadoc again
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Dec 4, 2023
1 parent a77f6d9 commit 51d252d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* the cache is cleared out, for example after inserting test data but before performing a query to ensure
* the test data is returned.
* <p>
* Make sure to join the existing transaction inside your test if necessary, and make sure the DAOs under
* You can also join the existing transaction inside your test if necessary, to make sure the DAOs under
* test are using the same EntityManager! For example, inside a setup method:
* <pre>
* {@literal @}BeforeEach
Expand Down

0 comments on commit 51d252d

Please sign in to comment.