clesaec commented on code in PR #1776:
URL: https://github.com/apache/avro/pull/1776#discussion_r927555030


##########
lang/java/avro/src/main/java/org/apache/avro/Schema.java:
##########
@@ -345,6 +379,9 @@ public String getFullName() {
     return getName();
   }
 
+  public void terminateInit() {

Review Comment:
   It's a kind of PostConstruct, for SchemaRecord, once all schemas has been 
built and list of fields set.
   But, indeed, i will see if we can do without 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