Specify MsgPack API Version.

git-svn-id: file:///home/svn/framework3/trunk@14019 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Weeks 2011-10-20 22:21:36 +00:00
parent 06aa776a77
commit cf9ad43683
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -57,9 +57,9 @@ public class MsgRpc extends RpcConnection {
});
} catch (Exception e) {
}
u = new URL("https",host,port,"/api");
u = new URL("https",host,port,"/api/1.0");
}else{
u = new URL("http",host,port,"/api");
u = new URL("http",host,port,"/api/1.0");
}
}