Skip to content

Commit 3f0ddec

Browse files
generatedunixname226714639793621facebook-github-bot
generatedunixname226714639793621
authored andcommitted
fbcode/common/hs/
Reviewed By: dtolnay Differential Revision: D71544798 fbshipit-source-id: e0bde09fa05f9f27092fbc50310407c6e6a34051
1 parent bb41b52 commit 3f0ddec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/test/if/math.thrift

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9+
include "thrift/annotation/thrift.thrift"
10+
911
exception DivideByZero {}
1012

1113
service Adder {
@@ -26,7 +28,8 @@ service Calculator extends Adder {
2628

2729
oneway void put(1: i64 val);
2830

29-
oneway void putMany(1: list<i64> val) (haxl.batched);
31+
@thrift.DeprecatedUnvalidatedAnnotations{items = {"haxl.batched": "1"}}
32+
oneway void putMany(1: list<i64> val);
3033

3134
i64 get();
3235

0 commit comments

Comments
 (0)