mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Fix and improve Javadoc in spring-tx
Closes gh-28794
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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