commit | 689c9ad49843879b957d975e24fbb01404bfff79 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Thu Apr 02 19:24:02 2009 +0000 |
committer | David Reiss <dreiss@apache.org> | Thu Apr 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/DebugProtoTest.thrift b/test/DebugProtoTest.thrift index 48a8d6f..fb4ce07 100644 --- a/test/DebugProtoTest.thrift +++ b/test/DebugProtoTest.thrift
@@ -163,7 +163,7 @@ service Srv { - i32 Janky(i32 arg); + i32 Janky(1: i32 arg); // return type only methods @@ -173,7 +173,7 @@ } service Inherited extends Srv { - i32 identity(i32 arg) + i32 identity(1: i32 arg) } service EmptyService {}