We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc010e5 commit 05ea1d1Copy full SHA for 05ea1d1
src/main/groovy/de/triology/blog/testdataloader/TestDataLoader.groovy
@@ -98,7 +98,7 @@ class TestDataLoader {
98
throw new IllegalStateException(
99
'TestDataLoader is configured with RESOURCE_LOCAL transactions but the supplied EntityManager uses ' +
100
'JTA transactions. Use the TestDataLoader#TestDataLoader(EntityManager, TransactionType) ' +
101
- 'constructor to specify that JTA transactions are beeing used. Note that the client code ' +
+ 'constructor to specify that JTA transactions are being used. Note that the client code ' +
102
'needs to take care of transaction management in this case.', e)
103
}
104
0 commit comments