We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CheckedCallable
1 parent ffcf5f9 commit 37664fbCopy full SHA for 37664fb
spring-integration-core/src/main/java/org/springframework/integration/util/CheckedCallable.java
@@ -62,8 +62,8 @@ else if (t instanceof Error error) { // NOSONAR
62
* Wrap the {@link #call()} into unchecked {@link Callable}.
63
* Re-throw its exception wrapped with a {@link IllegalStateException}.
64
* @return the unchecked {@link Callable}.
65
- * @deprecated since 6.5 in favor of {@link #unchecked()}.
66
* @since 6.3.7
+ * @deprecated since 6.5 in favor of {@link #unchecked()}.
67
*/
68
@Deprecated(since = "6.5", forRemoval = true)
69
default Callable<T> uncheckedCallable() {
0 commit comments