Skip to content

Commit 523fa05

Browse files
committed
GH-1900: Fix Parameter Type for Previous Commit
1 parent acd09de commit 523fa05

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
@@ -677,7 +677,7 @@ public Boolean getSubBatchPerPartition() {
677677
* @param subBatchPerPartition true for a separate transaction for each partition.
678678
* @since 2.3.2
679679
*/
680-
public void setSubBatchPerPartition(@Nullable boolean subBatchPerPartition) {
680+
public void setSubBatchPerPartition(@Nullable Boolean subBatchPerPartition) {
681681
this.subBatchPerPartition = subBatchPerPartition;
682682
}
683683

0 commit comments

Comments
 (0)