keith-turner commented on code in PR #5944:
URL: https://github.com/apache/accumulo/pull/5944#discussion_r2392897612


##########
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 the getter in d38f060d1659afde60a8c8de3cb9f1f6c0916e5c



-- 
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]

Reply via email to