File tree 1 file changed +3
-3
lines changed
spring-kafka/src/main/java/org/springframework/kafka/listener
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2024-2024 the original author or authors.
2
+ * Copyright 2024-2025 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.
16
16
17
17
package org .springframework .kafka .listener ;
18
18
19
- import javax . annotation .Nullable ;
19
+ import org . jspecify . annotations .Nullable ;
20
20
21
21
import org .springframework .core .NestedRuntimeException ;
22
22
23
23
/**
24
24
* Internal {@link NestedRuntimeException} that is used as an exception thrown
25
25
* when the record is in retry and not yet recovered during error handling.
26
26
* This is to prevent the record from being prematurely committed in the middle of a retry.
27
- *
27
+ * <p>
28
28
* Intended only for framework use and thus the package-protected access.
29
29
*
30
30
* @author Soby Chacko
You can’t perform that action at this time.
0 commit comments