Skip to content

Commit

Permalink
[hotfix][network] Fix JavaDoc of the InputGate
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowojski committed Jun 5, 2019
1 parent 663b40d commit f35b1a3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ public abstract class InputGate implements AutoCloseable {
public abstract int getPageSize();

/**
* @return a future that is completed if there are more records available. If there more records
* available immediately, {@link #AVAILABLE} should be returned.
* @return a future that is completed if there are more records available. If there are more
* records available immediately, {@link #AVAILABLE} should be returned. Previously returned
* not completed futures should become completed once there are more records available.
*/
public CompletableFuture<?> isAvailable() {
return isAvailable;
Expand Down

0 comments on commit f35b1a3

Please sign in to comment.