summaryrefslogtreecommitdiff
path: root/lib/haxe
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-05-10 23:10:29 +0200
committerJens Geyer <jensg@apache.org>2021-05-13 21:06:48 +0200
commit728ba7f8934c2dcc6108ab1f63c33f67979f788f (patch)
tree34a1adcc5132d71fc39947dc3d1ebd26e975363a /lib/haxe
parent32f54667bef5da6c40b1d45edfef71643d8f3e60 (diff)
downloadthrift-728ba7f8934c2dcc6108ab1f63c33f67979f788f.tar.gz
THRIFT-5413 Int vs String in method get_size required by property size
Client: hx Patch: Jens Geyer
Diffstat (limited to 'lib/haxe')
-rw-r--r--lib/haxe/src/org/apache/thrift/helper/StringSet.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/haxe/src/org/apache/thrift/helper/StringSet.hx b/lib/haxe/src/org/apache/thrift/helper/StringSet.hx
index d8c0d90af..b47f86837 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 @@ class StringSet {
return ret;
}
- public function get_size() : String {
+ public function get_size() : Int {
return _size;
}
}