[
https://issues.apache.org/jira/browse/DRILL-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727516#comment-14727516
]
ASF GitHub Bot commented on DRILL-3661:
---------------------------------------
Github user adeneche commented on a diff in the pull request:
https://github.com/apache/drill/pull/119#discussion_r38547252
--- Diff:
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillCursor.java ---
@@ -66,17 +69,18 @@
private boolean afterFirstBatch = false;
/**
- * Whether the next call to this.next() should just return {@code true}
rather
- * than calling nextRowInternally() to try to advance to the next
- * record.
+ * Whether the next call to {@code this.}{@link #next()} should just
return
+ * {@code true} rather than calling {@link #nextRowInternally()} to try
to
+ * advance to the next record.
* <p>
- * Currently, can be true only for first call to next().
+ * Currently, can be true only for first call to {@link #next()}.
* </p>
* <p>
- * (Relates to loadInitialSchema()'s calling nextRowInternally()
+ * (Relates to {@link #loadInitialSchema()}'s calling
nextRowInternally()
--- End diff --
why not mark nextRowInternally() as {@link} too ?
> Add/edit various JDBC Javadoc.
> ------------------------------
>
> Key: DRILL-3661
> URL: https://issues.apache.org/jira/browse/DRILL-3661
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Daniel Barclay (Drill)
> Assignee: Deneche A. Hakim
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)