opwvhk commented on code in PR #1776:
URL: https://github.com/apache/avro/pull/1776#discussion_r927518485
##########
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:
What does this method do?
I understand methods like `hasChild`, `visitHierarchy` and `findInHierarchy`
above (though they also need javadoc), but I cannot understand the what&why of
this one.
--
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]