fix comment

This commit is contained in:
Matt Jaffee 2018-06-26 11:23:31 -05:00
parent ee37152cd5
commit 7190fe71e5
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

@ -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)
}