fix nullability according to javadoc (IDEA-106039)

This commit is contained in:
anna
2013-04-24 09:51:47 +02:00
parent 61d158c511
commit b7bdb57626
@@ -858,7 +858,7 @@
<annotation name="org.jetbrains.annotations.NotNull" />
</item>
<item name="java.util.SortedSet java.util.Comparator&lt;? super E&gt; comparator()">
<annotation name="org.jetbrains.annotations.NotNull" />
<annotation name="org.jetbrains.annotations.Nullable" />
</item>
<item name="java.util.SortedSet java.util.SortedSet&lt;E&gt; headSet(E)">
<annotation name="org.jetbrains.annotations.NotNull" />