8184165: sun.security.provider.PolicyFile$PolicyEntry.toString() throws MissingResourceException

Reviewed-by: weijun
This commit is contained in:
Hamlin Li 2017-07-11 20:11:31 -07:00
parent 1704b7e0ce
commit df4305e524

View File

@ -115,6 +115,7 @@ public class Resources extends java.util.ListResourceBundle {
"unable to perform substitution on alias, {0}"},
{"substitution.value.prefix.unsupported",
"substitution value, {0}, unsupported"},
{"SPACE", " "},
{"LPARAM", "("},
{"RPARAM", ")"},
{"type.can.t.be.null","type can't be null"},