Fixes for bugs pointed out by updating warnings
This commit is contained in:
parent
0a2d1e7a66
commit
7e0cc28a89
3 changed files with 103 additions and 100 deletions
|
@ -41,6 +41,13 @@ public enum Event {
|
|||
*/
|
||||
EVENT_OFFLINE,
|
||||
|
||||
/**
|
||||
* Node is online -- at least one upstream node appears reachable
|
||||
*
|
||||
* Meta-data: none
|
||||
*/
|
||||
EVENT_ONLINE,
|
||||
|
||||
/**
|
||||
* Node is shutting down
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue