Polishing

This commit is contained in:
Juergen Hoeller
2023-06-20 22:53:12 +02:00
parent 18c6aceee7
commit f1fb8cf03e
3 changed files with 26 additions and 22 deletions

View File

@@ -43,7 +43,6 @@ import static org.springframework.scheduling.annotation.ScheduledAnnotationReact
import static org.springframework.scheduling.annotation.ScheduledAnnotationReactiveSupport.isReactive;
/**
* Tests for {@link ScheduledAnnotationReactiveSupportTests}.
* @author Simon Baslé
* @since 6.1
*/

View File

@@ -32,6 +32,10 @@ import reactor.core.publisher.Mono
import java.util.concurrent.atomic.AtomicInteger
import kotlin.coroutines.Continuation
/**
* @author Simon Baslé
* @since 6.1
*/
class KotlinScheduledAnnotationReactiveSupportTests {
private var target: SuspendingFunctions? = SuspendingFunctions()