leventov commented on a change in pull request #7889: 7059 Use only google annotations GuardedBy instead JavaX URL: https://github.com/apache/incubator-druid/pull/7889#discussion_r293900392
########## File path: codestyle/joda-time-forbidden-apis.txt ########## @@ -76,4 +76,7 @@ org.joda.time.chrono.ISOChronology#getInstance() @defaultMessage Doesn't handle edge cases where the start of day isn't midnight. org.joda.time.LocalDate#toDateTimeAtMidnight() -org.joda.time.DateMidnight \ No newline at end of file +org.joda.time.DateMidnight + +com.google.common.io.BaseEncoding.base64 +javax.annotations.concurrent.GuardedBy @ Use com.google.errorprone.annotations.concurrent.GuardedBy Review comment: This is a Joda-Time related list. Please add the exclusions to `codestyle/druid-forbidden-apis.txt` instead ---------------------------------------------------------------- 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]
