ctubbsii commented on code in PR #2559:
URL: https://github.com/apache/thrift/pull/2559#discussion_r847899348


##########
compiler/cpp/src/thrift/generate/t_java_generator.cc:
##########
@@ -467,11 +469,18 @@ string t_java_generator::java_nullable_annotation() {
   return "@org.apache.thrift.annotation.Nullable";
 }
 
+string t_java_generator::java_override_annotation() {
+  if (!java5_) {

Review Comment:
   Thrift doesn't still support Java versions that old, does it?



-- 
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]

Reply via email to