Skip to content

Commit

Permalink
Merge pull request #129 from pgelinas/2.3
Browse files Browse the repository at this point in the history
Add missing delegation method. Fix FasterXML/jackson-dataformat-xml#97.
  • Loading branch information
cowtowncoder committed Feb 6, 2014
2 parents 3577a42 + a4f846e commit 69a3752
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 69a3752

Please sign in to comment.