This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new b1a5cd6 Fix typo
b1a5cd6 is described below
commit b1a5cd6542f4591563d39ed2021be9fc4690528f
Author: Tom Wieczorek <[email protected]>
AuthorDate: Wed Sep 30 17:43:16 2020 +0200
Fix typo
---
compiler/cpp/src/thrift/generate/t_java_generator.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/cpp/src/thrift/generate/t_java_generator.cc
b/compiler/cpp/src/thrift/generate/t_java_generator.cc
index ef35f76..ceabe66 100644
--- a/compiler/cpp/src/thrift/generate/t_java_generator.cc
+++ b/compiler/cpp/src/thrift/generate/t_java_generator.cc
@@ -5444,7 +5444,7 @@ THRIFT_REGISTER_GENERATOR(
"above).\n"
" option_type: Wrap optional fields in an Option type.\n"
" rethrow_unhandled_exceptions:\n"
- " Enable rethrow of unhandled exceptions and let them
propagate futher."
+ " Enable rethrow of unhandled exceptions and let them
propagate further."
" (Default behavior is to catch and log it.)\n"
" java5: Generate Java 1.5 compliant code (includes
android_legacy flag).\n"
" reuse-objects: Data objects will not be allocated, but existing
instances will be used "