fapifta commented on code in PR #5649: URL: https://github.com/apache/ozone/pull/5649#discussion_r1418855163
########## hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/ServiceInfoEx.java: ########## @@ -18,19 +18,26 @@ package org.apache.hadoop.ozone.om.helpers; +import org.apache.hadoop.hdds.scm.client.ClientTrustManager.CACertificateProvider; Review Comment: good catch, moved it the interface to be a top level class, and moved it to the common module. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
