commit | 6ce401dd555cf7928e1129d9ab31aa7be4bc7e9f | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周二 3月 24 20:01:58 2009 +0000 |
committer | David Reiss <dreiss@apache.org> | 周二 3月 24 20:01:58 2009 +0000 |
tree | 6ee5161e938b5afd1b9b0dac5b4545af3d66e96b | |
parent | c51986f43897a64531935653cb4a2462f6cd7e11 [diff] [blame] |
THRIFT-136. s/async/oneway/ in misc places This is mostly an internal-only change. It affects docstrings, messages, variables, test cases, etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@757992 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/ocaml/server/TestServer.ml b/test/ocaml/server/TestServer.ml index 6715738..1118a55 100644 --- a/test/ocaml/server/TestServer.ml +++ b/test/ocaml/server/TestServer.ml
@@ -97,7 +97,7 @@ let res = new xtruct in res#set_string_thing (sod a1); res - method testAsync i = + method testOneway i = Unix.sleep (sod i) end;;