mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ConcurrentLinkedQueue/Deque constructor: pure (not inferred in Java 8)
GitOrigin-RevId: 6eac9f45d628ce115edb56d3e59da5f5497719e3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
10a753d85c
commit
8784ff6774
@@ -117,6 +117,16 @@
|
||||
<item name='java.util.concurrent.ConcurrentHashMap V remove(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.util.concurrent.ConcurrentLinkedDeque ConcurrentLinkedDeque()'>
|
||||
<annotation name='org.jetbrains.annotations.Contract'>
|
||||
<val name="pure" val="true"/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.util.concurrent.ConcurrentLinkedQueue ConcurrentLinkedQueue()'>
|
||||
<annotation name='org.jetbrains.annotations.Contract'>
|
||||
<val name="pure" val="true"/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name="java.util.concurrent.ConcurrentMap V putIfAbsent(K, V) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull" />
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user