Merge branch '6.1.x'

This commit is contained in:
Juergen Hoeller
2024-04-23 16:07:46 +02:00
3 changed files with 24 additions and 24 deletions

View File

@@ -313,6 +313,7 @@ public class InvocableHandlerMethod extends HandlerMethod {
return false;
}
/**
* Inner class to avoid a hard dependency on Kotlin at runtime.
*/
@@ -371,7 +372,6 @@ public class InvocableHandlerMethod extends HandlerMethod {
return (result == Unit.INSTANCE ? null : result);
}
}
}
}