Skip to content

Commit def2e87

Browse files
committed
Make container.getGenericErrorHandler() public
1 parent d76a4fa commit def2e87

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
@@ -186,7 +186,7 @@ public void setBatchErrorHandler(BatchErrorHandler errorHandler) {
186186
* @return the error handler.
187187
* @since 2.2
188188
*/
189-
protected GenericErrorHandler<?> getGenericErrorHandler() {
189+
public GenericErrorHandler<?> getGenericErrorHandler() {
190190
return this.errorHandler;
191191
}
192192

0 commit comments

Comments
 (0)