Github user lstav commented on a diff in the pull request: https://github.com/apache/accumulo/pull/242#discussion_r110154632 --- Diff: server/monitor/src/main/java/org/apache/accumulo/monitor/EmbeddedWebServer.java --- @@ -118,19 +98,17 @@ public void start() { } } - public void stop() { + private void stop() { --- End diff -- This is part of the work @ctubbsii did, so I am not sure what the reason behind this is.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---