Fix and improve Javadoc in spring-tx
Closes gh-28794
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user