Remove outdated reference to JPA in BatchProperties

See gh-34844
This commit is contained in:
Sanghyuk Jung 2023-04-04 05:53:53 +09:00 committed by Stephane Nicoll
parent 164ab5186c
commit d4fe272ce5
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ public class BatchProperties {
/**
* Transaction isolation level to use when creating job meta-data for new jobs.
* Auto-detected based on whether JPA is being used or not.
*/
private Isolation isolationLevelForCreate;