Skip to content

Commit 32b11fd

Browse files
committed
GH-1900: Fix Parameter Type for Previous Commit
1 parent 0fb5e7b commit 32b11fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ public Boolean getSubBatchPerPartition() {
676676
* @param subBatchPerPartition true for a separate transaction for each partition.
677677
* @since 2.3.2
678678
*/
679-
public void setSubBatchPerPartition(@Nullable boolean subBatchPerPartition) {
679+
public void setSubBatchPerPartition(@Nullable Boolean subBatchPerPartition) {
680680
this.subBatchPerPartition = subBatchPerPartition;
681681
}
682682

0 commit comments

Comments
 (0)