Skip to content

Commit

Permalink
make Handler.handle_event and handle_call overridable
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlos committed Apr 10, 2016
1 parent 326225b commit 28494b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tachometer/scheduler_usage_event/handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ defmodule Tachometer.SchedulerUsageEvent.Handler do
{:ok, state, state}
end

defoverridable [handle_event: 2, handle_call: 2]

end
end
end

0 comments on commit 28494b9

Please sign in to comment.