sullis commented on code in PR #127:
URL: https://github.com/apache/johnzon/pull/127#discussion_r1578115701
##########
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:
Fixed.
--
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]