danielcweeks commented on code in PR #11844: URL: https://github.com/apache/iceberg/pull/11844#discussion_r1910657206
########## 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: Sounds good. I wasn't sure if this was entirely new or if there were prior dependencies. Maybe something to clean up for the future, but I'm good with this. -- 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