commit | 980e4453472bb4c552707e6627e76ee8e3ba020a | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | 周三 6月 18 01:19:59 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | 周三 6月 18 01:19:59 2008 +0000 |
tree | e8d8fc0deb0989492dff6c54839f8bdb45f95073 | |
parent | 8c3e0932f27aa508eb2c6fcdff91086852111f3c [diff] [blame] |
rb: Make a few of the NonblockingServer specs pass under jruby git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669036 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/spec/ThriftSpec.thrift b/lib/rb/spec/ThriftSpec.thrift index 1012e51..4309829 100644 --- a/lib/rb/spec/ThriftSpec.thrift +++ b/lib/rb/spec/ThriftSpec.thrift
@@ -20,7 +20,7 @@ service NonblockingService { Hello greeting(1:bool english) bool block() - async void unblock() + async void unblock(1:i32 n) async void shutdown() void sleep(1:double seconds) }