Added annotation to fix test.

This commit is contained in:
Evgeny Gerashchenko
2013-03-15 20:34:36 +04:00
committed by Nikolay Krasko
parent f7ca9a579c
commit 4e67dc15c9
5 changed files with 2197 additions and 2129 deletions
@@ -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&lt;?&gt; 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="&quot;fun schedule(command : Runnable, delay : Long, unit : TimeUnit) : ScheduledFuture&lt;out Any?&gt;&quot;" />
</annotation>
</item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; 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&lt;?&gt; 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&lt;?&gt; 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="&quot;fun scheduleAtFixedRate(command : Runnable, initialDelay : Long, period : Long, unit : TimeUnit) : ScheduledFuture&lt;out Any?&gt;&quot;" />
</annotation>
</item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; 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&lt;?&gt; 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&lt;?&gt; 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="&quot;fun scheduleWithFixedDelay(command : Runnable, initialDelay : Long, delay : Long, unit : TimeUnit) : ScheduledFuture&lt;out Any?&gt;&quot;" />
</annotation>
</item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; 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&lt;?&gt; 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&lt;V&gt; schedule(java.util.concurrent.Callable&lt;V&gt;, long, java.util.concurrent.TimeUnit)">
<annotation name="org.jetbrains.annotations.NotNull"/>
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun &lt;V&gt; schedule(callable : Callable&lt;V&gt;, delay : Long, unit : TimeUnit) : ScheduledFuture&lt;V&gt;&quot;" />
</annotation>
</item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;V&gt; schedule(java.util.concurrent.Callable&lt;V&gt;, long, java.util.concurrent.TimeUnit) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>