Skip to content

Commit

Permalink
Merge pull request #48 from shalinmangar/solr_7258_fixes
Browse files Browse the repository at this point in the history
Forbid MessageFormat.format(String,Object[]) because it uses default locale
  • Loading branch information
uschindler committed Mar 18, 2015
2 parents 08a8f48 + 3676952 commit 1e282dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ java.text.DecimalFormat#<init>()
java.text.DecimalFormat#<init>(java.lang.String)
java.text.DecimalFormatSymbols#<init>()
java.text.MessageFormat#<init>(java.lang.String)
java.text.MessageFormat#format(java.lang.String,java.lang.Object[])
java.text.NumberFormat#getInstance()
java.text.NumberFormat#getNumberInstance()
java.text.NumberFormat#getIntegerInstance()
Expand Down

0 comments on commit 1e282dd

Please sign in to comment.