fix duplication

This commit is contained in:
develar
2013-01-18 15:50:30 +04:00
committed by Evgeny Gerashchenko
parent ca4751653f
commit c1772685e9
@@ -93,11 +93,6 @@
<item name='java.util.concurrent.ConcurrentMap V replace(K, V) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.BlockingQueue int drainTo(java.util.Collection&lt;? super E&gt;, int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun drainTo(c : Collection&lt;in E&gt;, maxElements : Int) : Int&quot;"/>
</annotation>
</item>
<item name='java.util.concurrent.Semaphore java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -1517,11 +1512,6 @@
<item name='java.util.concurrent.Executors java.util.concurrent.ScheduledExecutorService unconfigurableScheduledExecutorService(java.util.concurrent.ScheduledExecutorService) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.BlockingQueue int drainTo(java.util.Collection&lt;? super E&gt;)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun drainTo(c : Collection&lt;in E&gt;) : Int&quot;"/>
</annotation>
</item>
<item name='java.util.concurrent.BlockingDeque boolean offerFirst(E, long, java.util.concurrent.TimeUnit) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>