Skip to content

Commit

Permalink
Fixes a Javadoc error in PathExtractor.java.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgregg committed Oct 16, 2020
1 parent 75da7d0 commit b2b63c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public interface PathExtractor<T> {
void matchCurrentValue(final IonReader reader);

/**
* Behaves identically to {@link #match(IonReader, T)}, except that only the value at which the given reader is
* Behaves identically to {@link #match(IonReader, Object)}, except that only the value at which the given reader is
* currently positioned is evaluated against the registered search paths. Before this method is called, the caller
* must position the given reader on the value to be searched using {@link IonReader#next()}. After this method
* returns, it is the caller's responsibility to call {@link IonReader#next()} to position the reader on the next
Expand Down

0 comments on commit b2b63c6

Please sign in to comment.