Jimexist commented on code in PR #2559:
URL: https://github.com/apache/thrift/pull/2559#discussion_r847966668
##########
compiler/cpp/src/thrift/generate/t_java_generator.cc:
##########
@@ -5080,9 +5110,7 @@ t_java_generator::isset_type
t_java_generator::needs_isset(t_struct* tstruct,
}
void t_java_generator::generate_java_struct_clear(std::ostream& out, t_struct*
tstruct) {
- if (!java5_) {
- indent(out) << "@Override" << endl;
Review Comment:
`@Override` is `_since_ 5.0`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]