commit | db8751b1bc87bb50d356aa88c1902f8ff6972fee | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Mon Sep 01 21:58:07 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Mon Sep 01 21:58:07 2014 +0200 |
tree | 58d1157403d45268797e7e876563dd52954d7762 | |
parent | aa42d61d7a596c00b6587f14ed5e87bbbbf0646e [diff] [blame] |
THRIFT-2673 PHP: generated Service_method_result code should not have validators Patch: Stig Bakken
diff --git a/lib/php/test/TestValidators.thrift b/lib/php/test/TestValidators.thrift index f994a9e..d0ed9cc 100644 --- a/lib/php/test/TestValidators.thrift +++ b/lib/php/test/TestValidators.thrift
@@ -26,3 +26,6 @@ 2: string bb; } +service TestService { + void test() throws(1: ThriftTest.Xception xception); +}