summaryrefslogtreecommitdiff
path: root/test/ThriftTest.thrift
diff options
context:
space:
mode:
authorwilfrem <wilfrem@gmail.com>2015-04-20 19:24:50 +0900
committerJames E. King III <jking@apache.org>2018-11-29 15:28:44 -0500
commit2c69b5a01e589c19855a00b68596d0564bb2bb5b (patch)
tree01225d2f123eb383eff790d9e5a572275dde06f1 /test/ThriftTest.thrift
parent7f0fa6c21ec225aebbbc563607646124279e557c (diff)
downloadthrift-2c69b5a01e589c19855a00b68596d0564bb2bb5b.tar.gz
THRIFT-3143: Add nodets support
Co-authored-by: Mustafa Senol Cosar <cosar.mustafasenol@gmail.com>
Diffstat (limited to 'test/ThriftTest.thrift')
-rw-r--r--test/ThriftTest.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift
index bff4e5221..3499ab5f8 100644
--- a/test/ThriftTest.thrift
+++ b/test/ThriftTest.thrift
@@ -196,7 +196,7 @@ service ThriftTest
* @return binary - returns the binary 'thing'
*/
binary testBinary(1: binary thing),
-
+
/**
* Prints 'testStruct("{%s}")' where thing has been formatted into a string of comma separated values
* @param Xtruct thing - the Xtruct to print