File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-kafka/src/main/java/org/springframework/kafka/listener Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2021-2023 the original author or authors.
2
+ * Copyright 2021-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -121,7 +121,7 @@ protected BinaryExceptionClassifier getClassifier() {
121
121
* All others will be retried.
122
122
* When calling this method, the defaults will not be applied.
123
123
* @param classifications the classifications.
124
- * @param defaultValue whether or not to retry non-matching exceptions.
124
+ * @param defaultValue whether to retry non-matching exceptions.
125
125
* @see BinaryExceptionClassifier#BinaryExceptionClassifier(Map, boolean)
126
126
* @see #addNotRetryableExceptions(Class...)
127
127
*/
@@ -219,6 +219,7 @@ public Boolean removeClassification(Class<? extends Exception> exceptionType) {
219
219
* @author Gary Russell
220
220
*
221
221
*/
222
+ @ SuppressWarnings ("serial" )
222
223
private static final class ExtendedBinaryExceptionClassifier extends BinaryExceptionClassifier {
223
224
224
225
ExtendedBinaryExceptionClassifier (Map <Class <? extends Throwable >, Boolean > typeMap , boolean defaultValue ) {
You can’t perform that action at this time.
0 commit comments