[restart]: listner => listener

This commit is contained in:
anatoly 2016-11-02 13:56:45 -04:00
parent c189db9d12
commit a0f10407ee

View file

@ -320,9 +320,9 @@
(apply stop states) (apply stop states)
(apply start states))))) (apply start states)))))
(defn restart-listner (defn restart-listener
([] ([]
(restart-listner {})) (restart-listener {}))
([watchers] ([watchers]
(RestartListener. (atom watchers)))) (RestartListener. (atom watchers))))