mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
fix nullability according to javadoc (IDEA-106039)
This commit is contained in:
@@ -858,7 +858,7 @@
|
||||
<annotation name="org.jetbrains.annotations.NotNull" />
|
||||
</item>
|
||||
<item name="java.util.SortedSet java.util.Comparator<? super E> comparator()">
|
||||
<annotation name="org.jetbrains.annotations.NotNull" />
|
||||
<annotation name="org.jetbrains.annotations.Nullable" />
|
||||
</item>
|
||||
<item name="java.util.SortedSet java.util.SortedSet<E> headSet(E)">
|
||||
<annotation name="org.jetbrains.annotations.NotNull" />
|
||||
|
||||
Reference in New Issue
Block a user