commit | 728ba7f8934c2dcc6108ab1f63c33f67979f788f | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Mon May 10 23:10:29 2021 +0200 |
committer | Jens Geyer <jensg@apache.org> | Thu May 13 21:06:48 2021 +0200 |
tree | 34a1adcc5132d71fc39947dc3d1ebd26e975363a | |
parent | 32f54667bef5da6c40b1d45edfef71643d8f3e60 [diff] |
THRIFT-5413 Int vs String in method get_size required by property size Client: hx Patch: Jens Geyer
diff --git a/lib/haxe/src/org/apache/thrift/helper/StringSet.hx b/lib/haxe/src/org/apache/thrift/helper/StringSet.hx index d8c0d90..b47f868 100644 --- a/lib/haxe/src/org/apache/thrift/helper/StringSet.hx +++ b/lib/haxe/src/org/apache/thrift/helper/StringSet.hx
@@ -89,7 +89,7 @@ return ret; } - public function get_size() : String { + public function get_size() : Int { return _size; } }