Skip to content

Commit

Permalink
convert comment to javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe-gdr committed Sep 6, 2024
1 parent d18f525 commit 280d3d7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ class NadelIncrementalResultSupport internal constructor(
coroutineScope.cancel()
}

// We have to return hasNext=false to indicate to clients that there's no more data coming.
// Note: the spec allows an empty payload which only contains hastNext=false to be returned.
/**
* We have to return hasNext=false to indicate to clients that there's no more data coming.
* Note: the spec allows an empty payload which only contains hastNext=false to be returned.
*/
private fun emptyLastResult(): DelayedIncrementalPartialResult {
return DelayedIncrementalPartialResultImpl.newIncrementalExecutionResult()
.incrementalItems(emptyList())
Expand Down

0 comments on commit 280d3d7

Please sign in to comment.