remove annotation altogether

This commit is contained in:
Bas Leijdekkers
2013-10-30 10:54:44 +01:00
parent 58c2b0824c
commit d30cf27e30
@@ -271,9 +271,6 @@
<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) 2">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.util.concurrent.ThreadFactory java.lang.Thread newThread(java.lang.Runnable)">
<annotation name="org.jetbrains.annotations.Nullable" />
</item>
<item name="java.util.concurrent.ThreadFactory java.lang.Thread newThread(java.lang.Runnable) 0">
<annotation name="org.jetbrains.annotations.NotNull" />
</item>