DomGarguilo commented on code in PR #6435:
URL: https://github.com/apache/accumulo/pull/6435#discussion_r3460745373
##########
server/manager/src/main/java/org/apache/accumulo/manager/upgrade/Upgrader11to12.java:
##########
@@ -921,6 +935,7 @@ private void upgradeTabletsMetadata(@NonNull ServerContext
context, String metaN
}
}
+ // visible for IT
Review Comment:
```suggestion
@VisibleForTesting
```
This is already imported in this file so could us it instead of a comment.
One other spot below too.
--
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]