mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java: fix incorrect annotations (IJ-CR-158282)
GitOrigin-RevId: 03e6b3fb7752b53967761c4a10b3187525cfa180
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c1a446d047
commit
6aeef1b12a
@@ -94,7 +94,7 @@
|
||||
</annotation>
|
||||
<annotation name='org.jetbrains.annotations.Range'>
|
||||
<val name="from" val="0"/>
|
||||
<val name="to" val="java.lang.Long.MAX_VALUE"/>
|
||||
<val name="to" val="java.lang.Integer.MAX_VALUE"/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.io.ByteArrayInputStream long skip(long)'>
|
||||
@@ -583,9 +583,11 @@
|
||||
<val name="mutates" val=""this,io""/>
|
||||
</annotation>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='java.io.InputStream byte[] readNBytes(int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.Range'>
|
||||
<val name="from" val="0"/>
|
||||
<val name="to" val="java.lang.Long.MAX_VALUE"/>
|
||||
<val name="to" val="java.lang.Integer.MAX_VALUE"/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name="java.io.InputStream int read()">
|
||||
@@ -627,7 +629,7 @@
|
||||
</annotation>
|
||||
<annotation name='org.jetbrains.annotations.Range'>
|
||||
<val name="from" val="0"/>
|
||||
<val name="to" val="java.lang.Long.MAX_VALUE"/>
|
||||
<val name="to" val="java.lang.Integer.MAX_VALUE"/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name="java.io.InputStream long skip(long)">
|
||||
|
||||
Reference in New Issue
Block a user