Skip to content

Commit 4e165f6

Browse files
author
Vicente Romero
committedApr 11, 2022
8284308: mismatch between key and content in compiler error message
Reviewed-by: mcimadamore
1 parent 4d45c3e commit 4e165f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,7 @@ compiler.misc.eq.bounds=\
26082608

26092609
# 0: list of type
26102610
compiler.misc.upper.bounds=\
2611-
lower bounds: {0}
2611+
upper bounds: {0}
26122612

26132613
# 0: list of type, 1: type, 2: type
26142614
compiler.misc.infer.no.conforming.instance.exists=\

0 commit comments

Comments
 (0)
Please sign in to comment.