keith-turner commented on code in PR #4225:
URL: https://github.com/apache/accumulo/pull/4225#discussion_r1478616230
##########
minicluster/src/main/java/org/apache/accumulo/minicluster/MiniAccumuloServerConfiguration.java:
##########
@@ -112,21 +113,34 @@ public Builder putDefaults() {
}
@Override
- public Builder put(ServerType type, int numServers) {
- // TODO use a constatnt
- return put(type, "default", numServers);
+ public Builder putDefaultResourceGroup(ServerType serverType, int
numServers) {
+ return put(serverType, "default", numServers);
Review Comment:
Changed in 192900372d120d704f5818bd7b29fbde8680a3a4
--
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]