THRIFT-4333 All tutorial examples with port 9090.

This closes #1364
This commit is contained in:
walter-weinmann 2017-09-18 20:18:50 +02:00 committed by James E. King, III
parent faa2a3e304
commit 5310616b10
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ p(X) ->
ok.
t() ->
Port = 9999,
Port = 9090,
{ok, Client0} = thrift_client_util:new("127.0.0.1",
Port,

View File

@ -63,7 +63,7 @@ zip() ->
%%
start() ->
start(9999).
start(9090).
start(Port) ->
Handler = ?MODULE,