mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[jdk-annotations] IDEA-309980 Incorrect java contract for Boolean.logicalXor
GitOrigin-RevId: 290f5e31786fe8a683c052dc15ba65cda001187d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
828227bca7
commit
26e3be308e
@@ -28,7 +28,7 @@
|
||||
<item name='java.lang.Boolean boolean logicalXor(boolean, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.Contract'>
|
||||
<val name="value"
|
||||
val=""true,true -> false; true,false -> true; false,true -> true; false,false -> true""/>
|
||||
val=""true,true -> false; true,false -> true; false,true -> true; false,false -> false""/>
|
||||
<val name="pure" val="true"/>
|
||||
</annotation>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user