ThreadFactory.newThread() is allowed to return null

This commit is contained in:
Bas Leijdekkers
2013-10-30 09:40:34 +01:00
parent 365c726728
commit 00d0ef5fa1
@@ -272,7 +272,7 @@
<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.NotNull" />
<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" />