You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/io/openliberty/tools/intellij/lsp4jakarta/messages/messages.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ AnnotationStringMethods = The {0} annotation can only be used on String and Char
65
65
AnnotationStringFields = The {0} annotation can only be used on String and CharSequence type fields.
66
66
AnnotationDateMethods = The {0} annotation can only be used on: Date, Calendar, Instant, LocalDate, LocalDateTime, LocalTime, MonthDay, OffsetDateTime, OffsetTime, Year, YearMonth, ZonedDateTime, HijrahDate, JapaneseDate, JapaneseDate, MinguoDate and ThaiBuddhistDate type methods.
67
67
AnnotationDateFields = The {0} annotation can only be used on: Date, Calendar, Instant, LocalDate, LocalDateTime, LocalTime, MonthDay, OffsetDateTime, OffsetTime, Year, YearMonth, ZonedDateTime, HijrahDate, JapaneseDate, JapaneseDate, MinguoDate and ThaiBuddhistDate type fields.
68
-
SizeOrNonEmptyAnnotationsField = This annotation can only be used on CharSequence, Collection, Array, Map type fields.
69
-
SizeOrNonEmptyAnnotationsMethod = This annotation can only be used on CharSequence, Collection, Array, Map return type methods.
68
+
SizeOrNonEmptyAnnotationsField = This annotation can only be used on fields that have CharSequence, Collection, Array or Map as a return type.
69
+
SizeOrNonEmptyAnnotationsMethod = This annotation can only be used on methods that have CharSequence, Collection, Array or Map as a return type.
70
70
# The next two messages do not include CharSequence
71
71
AnnotationMinMaxMethods = The {0} annotation can only be used on \n- BigDecimal \n- BigInteger\n- byte, short, int, long (and their respective wrappers) \n type methods.
72
72
AnnotationMinMaxFields = The {0} annotation can only be used on \n- BigDecimal \n- BigInteger\n- byte, short, int, long (and their respective wrappers) \n type fields.
0 commit comments