Skip to content

Commit

Permalink
Make container.getGenericErrorHandler() public
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed May 20, 2020
1 parent 1fefc1e commit 9a6398d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void setBatchErrorHandler(BatchErrorHandler errorHandler) {
* @return the error handler.
* @since 2.2
*/
protected GenericErrorHandler<?> getGenericErrorHandler() {
public GenericErrorHandler<?> getGenericErrorHandler() {
return this.errorHandler;
}

Expand Down

0 comments on commit 9a6398d

Please sign in to comment.