druid/java-util/src
Roman Leventov 9ae457f7ad Avoid using the default system Locale and printing to System.out in production code (#4409)
* Avoid usages of Default system Locale and printing to System.out or System.err in production code

* Fix Charset in DruidKerberosUtil

* Remove redundant string format in GenericIndexed

* Rename StringUtils.safeFormat() to unimportantSafeFormat(); add StringUtils.format() which fails as well as String.format()

* Fix testSafeFormat()

* More fixes of redundant StringUtils.format() inside ISE

* Rename unimportantSafeFormat() to nonStrictFormat()
2017-06-29 14:06:19 -07:00
..
main/java/io/druid/java/util/common Avoid using the default system Locale and printing to System.out in production code (#4409) 2017-06-29 14:06:19 -07:00
test Avoid using the default system Locale and printing to System.out in production code (#4409) 2017-06-29 14:06:19 -07:00