danielcweeks commented on code in PR #11844: URL: https://github.com/apache/iceberg/pull/11844#discussion_r1909453326
########## core/src/main/java/org/apache/iceberg/rest/auth/AuthConfig.java: ########## @@ -21,15 +21,16 @@ import java.util.Map; import javax.annotation.Nullable; import org.apache.iceberg.rest.ResourcePaths; +import org.apache.iceberg.util.PropertyUtil; import org.immutables.value.Value; /** - * The purpose of this class is to hold configuration options for {@link - * org.apache.iceberg.rest.auth.OAuth2Util.AuthSession}. + * The purpose of this class is to hold OAuth configuration options for {@link Review Comment: If this is specific to OAuth (which it appears to be), should we call if OAuth2Config? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org