Skip to content

Commit c68d64d

Browse files
committed
Polishing
Signed-off-by: Yanming Zhou <[email protected]>
1 parent acb2465 commit c68d64d

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public boolean isValidateTransactionState() {
103103
return this.validateTransactionState;
104104
}
105105

106-
public void setValidateTransactionState(Boolean validateTransactionState) {
106+
public void setValidateTransactionState(boolean validateTransactionState) {
107107
this.validateTransactionState = validateTransactionState;
108108
}
109109

0 commit comments

Comments
 (0)