Manno15 commented on a change in pull request #2228:
URL: https://github.com/apache/accumulo/pull/2228#discussion_r686242948
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/init/Initialize.java
##########
@@ -279,9 +267,8 @@ static boolean checkInit(VolumeManager fs,
SiteConfiguration sconf, Configuratio
return false;
}
if
(sconf.get(Property.INSTANCE_SECRET).equals(Property.INSTANCE_SECRET.getDefaultValue()))
{
- LineReader c = getLineReader();
- var w = c.getTerminal().writer();
- c.getTerminal().puts(InfoCmp.Capability.bell);
+ Console c = System.console();
Review comment:
Probably could do some cleanup here, yes.
--
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]