commit | 689c9ad49843879b957d975e24fbb01404bfff79 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周四 4月 02 19:24:02 2009 +0000 |
committer | David Reiss <dreiss@apache.org> | 周四 4月 02 19:24:02 2009 +0000 |
tree | 17416835c958ccf0acb488b12b738c8468c2bd56 | |
parent | bb4613629b53f91164a0d63d6676edaf70f26cd0 [diff] [blame] |
THRIFT-420. Remove all negative structure field ids from the code git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@761393 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/DenseLinkingTest.thrift b/test/DenseLinkingTest.thrift index a23ad20..cf61496 100644 --- a/test/DenseLinkingTest.thrift +++ b/test/DenseLinkingTest.thrift
@@ -88,5 +88,5 @@ } service Srv { - i32 Janky(i32 arg) + i32 Janky(1: i32 arg) }