Skip to content

Commit

Permalink
Integrate #129 in mainline as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 6, 2014
1 parent ac956fe commit d6e459a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ public JsonParser setFeatureMask(int mask) {
/* Public API, token accessors
/**********************************************************
*/

@Override public JsonToken getCurrentToken() { return delegate.getCurrentToken(); }
@Override public int getCurrentTokenId() { return delegate.getCurrentTokenId(); }
@Override public boolean hasCurrentToken() { return delegate.hasCurrentToken(); }
@Override public String getCurrentName() throws IOException, JsonParseException { return delegate.getCurrentName(); }
@Override public JsonLocation getCurrentLocation() { return delegate.getCurrentLocation(); }
@Override public JsonStreamContext getParsingContext() { return delegate.getParsingContext(); }
@Override public boolean isExpectedStartArrayToken() { return delegate.isExpectedStartArrayToken(); }

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

0 comments on commit d6e459a

Please sign in to comment.