Fokko commented on code in PR #2642:
URL: https://github.com/apache/avro/pull/2642#discussion_r1549641360
##########
lang/java/avro/src/main/java/org/apache/avro/ParseContext.java:
##########
@@ -18,25 +18,36 @@
package org.apache.avro;
Review Comment:
This is a new file, so it is okay to break the APIs here
##########
lang/java/avro/src/main/java/org/apache/avro/Schema.java:
##########
@@ -80,7 +78,7 @@
* <li><i>null</i>.
* </ul>
*
- * A schema can be constructed using one of its static <tt>createXXX</tt>
+ * You can construct a schema using one of its static <tt>createXXX</tt>
Review Comment:
```suggestion
* Construct a schema using one of its static <tt>createXXX</tt>
```
--
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]