ctubbsii commented on code in PR #5887:
URL: https://github.com/apache/accumulo/pull/5887#discussion_r2353596496
##########
server/base/src/main/java/org/apache/accumulo/server/util/UpgradeUtil.java:
##########
@@ -78,10 +78,12 @@ static class Opts extends ConfigOpts {
boolean prepare = false;
@Parameter(names = "--start",
- description = "Start an upgrade of an Accumulo instance. This will
check that 'accumulo upgrade --prepare'"
+ description = "Start an upgrade of an Accumulo instance. The 'start'
step is intended to be run on the "
Review Comment:
Seems fine, but I recommend using the multi-line string literal to make this
more readable in the code, now that we are using Java 17 for the main branch.
--
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]