Added annotation to fix test.
This commit is contained in:
committed by
Nikolay Krasko
parent
f7ca9a579c
commit
4e67dc15c9
@@ -1395,24 +1395,48 @@
|
||||
<item name="java.util.concurrent.RejectedExecutionHandler void rejectedExecution(java.lang.Runnable, java.util.concurrent.ThreadPoolExecutor) 1">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit)">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
<annotation name="jet.runtime.typeinfo.KotlinSignature">
|
||||
<val name="value" val=""fun schedule(command : Runnable, delay : Long, unit : TimeUnit) : ScheduledFuture<out Any?>"" />
|
||||
</annotation>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit) 2">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit)">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
<annotation name="jet.runtime.typeinfo.KotlinSignature">
|
||||
<val name="value" val=""fun scheduleAtFixedRate(command : Runnable, initialDelay : Long, period : Long, unit : TimeUnit) : ScheduledFuture<out Any?>"" />
|
||||
</annotation>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 3">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit)">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
<annotation name="jet.runtime.typeinfo.KotlinSignature">
|
||||
<val name="value" val=""fun scheduleWithFixedDelay(command : Runnable, initialDelay : Long, delay : Long, unit : TimeUnit) : ScheduledFuture<out Any?>"" />
|
||||
</annotation>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 3">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<V> schedule(java.util.concurrent.Callable<V>, long, java.util.concurrent.TimeUnit)">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
<annotation name="jet.runtime.typeinfo.KotlinSignature">
|
||||
<val name="value" val=""fun <V> schedule(callable : Callable<V>, delay : Long, unit : TimeUnit) : ScheduledFuture<V>"" />
|
||||
</annotation>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<V> schedule(java.util.concurrent.Callable<V>, long, java.util.concurrent.TimeUnit) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user