jungm commented on code in PR #127:
URL: https://github.com/apache/johnzon/pull/127#discussion_r1577586388


##########
johnzon-core/src/main/java/org/apache/johnzon/core/JsonStreamParserImpl.java:
##########
@@ -34,6 +34,8 @@
 
 //This class represents either the Json tokenizer and the Json parser.
 public class JsonStreamParserImpl extends JohnzonJsonParserImpl implements 
JsonChars {
+    private static final Event[] EVENT_VALUES = Event.values();

Review Comment:
   No need to define this here again, in `org.apache.johnzon.core.JsonChars` 
there's already a `Event[] EVT_MAP =Event.values()`



-- 
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: dev-unsubscr...@johnzon.apache.org

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

Reply via email to