dlmarion commented on code in PR #4605:
URL: https://github.com/apache/accumulo/pull/4605#discussion_r1617186264
##########
server/base/src/main/java/org/apache/accumulo/server/util/ServiceStatusCmd.java:
##########
@@ -48,6 +52,8 @@ public class ServiceStatusCmd {
private static final Logger LOG =
LoggerFactory.getLogger(ServiceStatusCmd.class);
+ private static final Gson gson = new Gson();
Review Comment:
Can you use `LazySingletons` here or is that unreachable?
--
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]