ajantha-bhat commented on code in PR #7893:
URL: https://github.com/apache/iceberg/pull/7893#discussion_r1240639071
##########
nessie/src/main/java/org/apache/iceberg/nessie/NessieIcebergClient.java:
##########
@@ -85,10 +85,14 @@ public NessieApiV1 getApi() {
return api;
}
- public UpdateableReference getRef() {
+ UpdateableReference getRef() {
Review Comment:
`UpdateableReference` is a package private class. So, returning it from a
public method is no use for callers outside the package.
--
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]