We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7a9d2 commit 68d6a4dCopy full SHA for 68d6a4d
1 file changed
src/main/java/com/basho/riak/client/api/commands/ChunkedResponseIterator.java
@@ -37,8 +37,8 @@
37
* {@link Iterator} in environments where thread interrupts must be obeyed.
38
*
39
* @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<{@link CoreT}>
41
- * @param <CoreT> The raw response type, will get converted to {@link FinalT}.
+ * @param <ChunkT> The type of the response chunks, contains an Iterable<<b>CoreT</b>>
+ * @param <CoreT> The raw response type, will get converted to <b>FinalT</b>.
42
* @author Alex Moore <amoore at basho.com>
43
* @author Sergey Galkin <srggal at gmail dot com>
44
* @since 2.1.0
0 commit comments