mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 13:40:18 +00:00
8160456: KSS : resource loading issue in TIFFMetadataFormat.java
Reviewed-by: prr, bpb
This commit is contained in:
parent
74f5aaca1c
commit
0127b8e8b5
@ -49,7 +49,8 @@ public abstract class TIFFMetadataFormat implements IIOMetadataFormat {
|
||||
}
|
||||
try {
|
||||
ResourceBundle bundle =
|
||||
ResourceBundle.getBundle(resourceBaseName, locale);
|
||||
ResourceBundle.getBundle(resourceBaseName, locale,
|
||||
this.getClass().getModule());
|
||||
return bundle.getString(key);
|
||||
} catch (MissingResourceException e) {
|
||||
return null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user