mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
SimpleDateFormat and TimeZone @NonNls
This commit is contained in:
@@ -33,5 +33,11 @@
|
||||
<item name="java.text.SimpleDateFormat SimpleDateFormat(java.lang.String) 0">
|
||||
<annotation name="org.jetbrains.annotations.NonNls" />
|
||||
</item>
|
||||
<item name="java.text.SimpleDateFormat SimpleDateFormat(java.lang.String, java.util.Locale) 0">
|
||||
<annotation name="org.jetbrains.annotations.NonNls" />
|
||||
</item>
|
||||
<item name="java.text.SimpleDateFormat SimpleDateFormat(java.lang.String, java.text.DateFormatSymbols) 0">
|
||||
<annotation name="org.jetbrains.annotations.NonNls" />
|
||||
</item>
|
||||
</root>
|
||||
|
||||
|
||||
@@ -1092,6 +1092,9 @@
|
||||
<item name="java.util.SortedSet java.util.SortedSet<E> tailSet(E)">
|
||||
<annotation name="org.jetbrains.annotations.NotNull" />
|
||||
</item>
|
||||
<item name="java.util.TimeZone java.util.TimeZone getTimeZone(java.lang.String) 0">
|
||||
<annotation name="org.jetbrains.annotations.NonNls" />
|
||||
</item>
|
||||
<item name='java.util.TreeSet TreeSet(java.util.Collection<? extends E>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.intellij.lang.annotations.Flow'>
|
||||
|
||||
Reference in New Issue
Block a user