|
@@ -30,7 +30,7 @@ defmodule JsonHandler do
|
|
{ :ok, reply, state }
|
|
{ :ok, reply, state }
|
|
end
|
|
end
|
|
|
|
|
|
- def terminate(reason, request, state) do
|
|
|
|
|
|
+ def terminate(_reason, _request, _state) do
|
|
:ok
|
|
:ok
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -48,7 +48,7 @@ defmodule PlaintextHandler do
|
|
{ :ok, reply, state }
|
|
{ :ok, reply, state }
|
|
end
|
|
end
|
|
|
|
|
|
- def terminate(reason, request, state) do
|
|
|
|
|
|
+ def terminate(_reason, _request, _state) do
|
|
:ok
|
|
:ok
|
|
end
|
|
end
|
|
end
|
|
end
|