Skip to content

Commit

Permalink
Add missing delegation method. Fix FasterXML/jackson-dataformat-xml#97.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Gélinas committed Feb 6, 2014
1 parent 3577a42 commit a4f846e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ public JsonLocation getCurrentLocation() {
public JsonStreamContext getParsingContext() {
return delegate.getParsingContext();
}

@Override public boolean isExpectedStartArrayToken() { return delegate.isExpectedStartArrayToken(); }

/*
/**********************************************************
Expand Down

0 comments on commit a4f846e

Please sign in to comment.