Skip to content

Commit

Permalink
Add missing unsafe signatures in ResourceBundle class. This closes #89
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Dec 8, 2015
1 parent 7427d54 commit 25ec866
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ java.util.Locale#getDisplayCountry()
java.util.Locale#getDisplayLanguage()
java.util.Locale#getDisplayName()
java.util.Locale#getDisplayVariant()
java.util.ResourceBundle#getBundle(java.lang.String)
java.util.ResourceBundle#getBundle(java.lang.String,java.util.ResourceBundle$Control)
java.util.TimeZone#getDisplayName()
java.util.TimeZone#getDisplayName(boolean,int)

Expand Down

0 comments on commit 25ec866

Please sign in to comment.