Skip to content

Commit 9a6398d

Browse files
committed
Make container.getGenericErrorHandler() public
1 parent 1fefc1e commit 9a6398d

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/AbstractMessageListenerContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public void setBatchErrorHandler(BatchErrorHandler errorHandler) {
211211
* @return the error handler.
212212
* @since 2.2
213213
*/
214-
protected GenericErrorHandler<?> getGenericErrorHandler() {
214+
public GenericErrorHandler<?> getGenericErrorHandler() {
215215
return this.errorHandler;
216216
}
217217

0 commit comments

Comments
 (0)