mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ThreadFactory.newThread() is allowed to return null
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user