diff --git a/src/main/java/com/basho/riak/client/api/commands/ChunkedResponseIterator.java b/src/main/java/com/basho/riak/client/api/commands/ChunkedResponseIterator.java index 59f20a4fc..8ef71825a 100644 --- a/src/main/java/com/basho/riak/client/api/commands/ChunkedResponseIterator.java +++ b/src/main/java/com/basho/riak/client/api/commands/ChunkedResponseIterator.java @@ -37,8 +37,8 @@ * {@link Iterator} in environments where thread interrupts must be obeyed. * * @param The final converted type that this class exposes as part of its iterator. - * @param The type of the response chunks, contains an Iterable<{@link CoreT}> - * @param The raw response type, will get converted to {@link FinalT}. + * @param The type of the response chunks, contains an Iterable<CoreT> + * @param The raw response type, will get converted to FinalT. * @author Alex Moore * @author Sergey Galkin * @since 2.1.0