mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fix comment
This commit is contained in:
parent
ee37152cd5
commit
7190fe71e5
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ func (s *Server) monitorRuntime() {
|
|||
}
|
||||
}
|
||||
|
||||
// ReceiveEvent implement EventHandler
|
||||
// ReceiveEvent implements the EventHandler interface.
|
||||
func (s *Server) ReceiveEvent(e *NodeEvent) error {
|
||||
return s.Cluster.ReceiveEvent(e)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue