You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/06/03 08:32:09 UTC

[GitHub] [avro] opwvhk commented on a diff in pull request #1708: AVRO-3527: Generated equals() and hashCode() for SpecificRecords

opwvhk commented on code in PR #1708:
URL: https://github.com/apache/avro/pull/1708#discussion_r888739620


##########
lang/java/tools/src/test/compiler/output-string/avro/examples/baseball/FieldTest.java:
##########
@@ -16,6 +16,8 @@
 @org.apache.avro.specific.AvroGenerated
 public class FieldTest extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord {
   private static final long serialVersionUID = 4609235620572341636L;
+
+

Review Comment:
   Where do these empty lines come from?



-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org