Skip to content

Commit 68d6a4d

Browse files
committed
Fixing javadoc error
1 parent 6d7a9d2 commit 68d6a4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/basho/riak/client/api/commands/ChunkedResponseIterator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
* {@link Iterator} in environments where thread interrupts must be obeyed.
3838
*
3939
* @param <FinalT> The final converted type that this class exposes as part of its iterator.
40-
* @param <ChunkT> The type of the response chunks, contains an Iterable&lt;{@link CoreT}&gt;
41-
* @param <CoreT> The raw response type, will get converted to {@link FinalT}.
40+
* @param <ChunkT> The type of the response chunks, contains an Iterable&lt;<b>CoreT</b>&gt;
41+
* @param <CoreT> The raw response type, will get converted to <b>FinalT</b>.
4242
* @author Alex Moore <amoore at basho.com>
4343
* @author Sergey Galkin <srggal at gmail dot com>
4444
* @since 2.1.0

0 commit comments

Comments
 (0)