[jdk-annotations] Remove NotNull from Node.getAttributes() (may legally return null)

Fixes IDEA-297812 org.w3c.dom.Node#getAttributes() is erroneous annotated as 'NotNull'

GitOrigin-RevId: ead3485f11991bab33358437c845995272a48b3f
This commit is contained in:
Tagir Valeev
2022-07-13 10:38:32 +02:00
committed by intellij-monorepo-bot
parent 3e6a9ad17a
commit 72418bf470

View File

@@ -197,7 +197,6 @@
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.w3c.dom.Node org.w3c.dom.Node getFirstChild()'>
<annotation name='org.jetbrains.annotations.Contract'>