Browse Source

Remove outdated reference to JPA in BatchProperties

See gh-34844
pull/35377/head
Sanghyuk Jung 3 years ago committed by Stephane Nicoll
parent
commit
d4fe272ce5
  1. 1
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/BatchProperties.java

1
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/BatchProperties.java

@ -69,7 +69,6 @@ public class BatchProperties { @@ -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;

Loading…
Cancel
Save