Skip to content

Commit a4f846e

Browse files
author
Pascal Gélinas
committed
Add missing delegation method. Fix FasterXML/jackson-dataformat-xml#97.
1 parent 3577a42 commit a4f846e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/fasterxml/jackson/core/util/JsonParserDelegate.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ public JsonLocation getCurrentLocation() {
156156
public JsonStreamContext getParsingContext() {
157157
return delegate.getParsingContext();
158158
}
159+
160+
@Override public boolean isExpectedStartArrayToken() { return delegate.isExpectedStartArrayToken(); }
159161

160162
/*
161163
/**********************************************************

0 commit comments

Comments
 (0)