keith-turner commented on code in PR #5944:
URL: https://github.com/apache/accumulo/pull/5944#discussion_r2392890754
##########
server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:
##########
@@ -1525,6 +1525,12 @@ public EventCoordinator getEventCoordinator() {
return nextEvent;
}
+ @Override
+ public Events getEvents() {
+ return nextEvent;
+ }
Review Comment:
renamed in b6905d741a53f0a71e8a758387a0bda5dc9def79
--
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]