kamaci commented on a change in pull request #7120: Locale problem is fixed which fails tests. URL: https://github.com/apache/incubator-druid/pull/7120#discussion_r265037436
########## File path: codestyle/druid-forbidden-apis.txt ########## @@ -35,6 +35,11 @@ java.lang.Math#random() @ Use ThreadLocalRandom.current() java.util.regex.Pattern#matches(java.lang.String,java.lang.CharSequence) @ Use String.startsWith(), endsWith(), contains(), or compile and cache a Pattern explicitly org.apache.commons.io.FileUtils#getTempDirectory() @ Use org.junit.rules.TemporaryFolder for tests instead +@defaultMessage Uses default locale Review comment: @leventov is there anything left to improve my PR? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
