vvysotskyi commented on a change in pull request #2016: DRILL-7631: Updates to
the Json Structure Parser
URL: https://github.com/apache/drill/pull/2016#discussion_r390433673
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/parser/ObjectListener.java
##########
@@ -52,80 +52,64 @@
*/
public interface ObjectListener {
+ public enum FieldType {
Review comment:
No need to declare it explicitly as public. Everything declared in the
interface is public by default.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services