Fix and improve Javadoc in spring-tx

Closes gh-28794
This commit is contained in:
Marc Wrobel
2022-07-12 11:53:04 +02:00
committed by Sam Brannen
parent 6f494ef438
commit 3b68e97710
21 changed files with 25 additions and 25 deletions

View File

@@ -215,7 +215,7 @@ public class JndiJtaTransactionManagerTests {
}
/**
* Prevent any side-effects due to this test modifying ThreadLocals that might
* Prevent any side effects due to this test modifying ThreadLocals that might
* affect subsequent tests when all tests are run in the same JVM, as with Eclipse.
*/
@AfterEach

View File

@@ -1185,7 +1185,7 @@ public class JtaTransactionManagerTests {
/**
* Prevent any side-effects due to this test modifying ThreadLocals that might
* Prevent any side effects due to this test modifying ThreadLocals that might
* affect subsequent tests when all tests are run in the same JVM, as with Eclipse.
*/
@AfterEach