Polishing
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user