summaryrefslogtreecommitdiff
path: root/test/DebugProtoTest.thrift
diff options
context:
space:
mode:
authorD. Can Celasun <can@dcc.im>2019-12-10 22:13:06 +0000
committerD. Can Celasun <can@dcc.im>2019-12-10 22:13:06 +0000
commit1234ddf8a5c98d5d700c82e087f04725170ad581 (patch)
tree38cfceb980bf08948c575c4091b8e17fbbb47ab6 /test/DebugProtoTest.thrift
parentb40f5c227f8db61be523f23ca017519167589d97 (diff)
downloadthrift-1234ddf8a5c98d5d700c82e087f04725170ad581.tar.gz
Revert "THRIFT-4002: Make generated exception classes immutable by default"
This reverts commit b40f5c227f8db61be523f23ca017519167589d97.
Diffstat (limited to 'test/DebugProtoTest.thrift')
-rw-r--r--test/DebugProtoTest.thrift4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift
index 1ab0f6aea..de47ea717 100644
--- a/test/DebugProtoTest.thrift
+++ b/test/DebugProtoTest.thrift
@@ -241,10 +241,6 @@ exception ExceptionWithAMap {
2: map<string, string> map_field;
}
-exception MutableException {
- 1: string msg;
-} (python.immutable = "false")
-
service ServiceForExceptionWithAMap {
void methodThatThrowsAnException() throws (1: ExceptionWithAMap xwamap);
}