bfreuden opened a new issue #1517:
URL: https://github.com/apache/helix/issues/1517


   Source code provided on the following pages:
   https://helix.apache.org/0.9.8-docs/tutorial_controller.html
   https://helix.apache.org/1.0.1-docs/tutorial_controller.html
   Has compilation errors on those lines:
   ```java
   manager.addConfigChangeListener(controller);  // compilation error
   manager.addLiveInstanceChangeListener(controller);
   manager.addIdealStateChangeListener(controller);
   manager.addExternalViewChangeListener(controller);  // compilation error
   manager.addControllerListener(controller);
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to