Skip to content

Commit 37664fb

Browse files
committed
Fix Javadoc tags order in the CheckedCallable
1 parent ffcf5f9 commit 37664fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/util/CheckedCallable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ else if (t instanceof Error error) { // NOSONAR
6262
* Wrap the {@link #call()} into unchecked {@link Callable}.
6363
* Re-throw its exception wrapped with a {@link IllegalStateException}.
6464
* @return the unchecked {@link Callable}.
65-
* @deprecated since 6.5 in favor of {@link #unchecked()}.
6665
* @since 6.3.7
66+
* @deprecated since 6.5 in favor of {@link #unchecked()}.
6767
*/
6868
@Deprecated(since = "6.5", forRemoval = true)
6969
default Callable<T> uncheckedCallable() {

0 commit comments

Comments
 (0)