Skip to content

Commit

Permalink
Fixing javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoore committed Nov 16, 2016
1 parent 6d7a9d2 commit 68d6a4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
* {@link Iterator} in environments where thread interrupts must be obeyed.
*
* @param <FinalT> The final converted type that this class exposes as part of its iterator.
* @param <ChunkT> The type of the response chunks, contains an Iterable&lt;{@link CoreT}&gt;
* @param <CoreT> The raw response type, will get converted to {@link FinalT}.
* @param <ChunkT> The type of the response chunks, contains an Iterable&lt;<b>CoreT</b>&gt;
* @param <CoreT> The raw response type, will get converted to <b>FinalT</b>.
* @author Alex Moore <amoore at basho.com>
* @author Sergey Galkin <srggal at gmail dot com>
* @since 2.1.0
Expand Down

0 comments on commit 68d6a4d

Please sign in to comment.