korlov42 commented on a change in pull request #738:
URL: https://github.com/apache/ignite-3/pull/738#discussion_r833589587
##########
File path:
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java
##########
@@ -607,7 +617,7 @@ private void cancel(boolean closeCursor) {
/**
* Requests and processes n requested elements where n is an
integer.
*
- * @param n Requested amount of items.
+ * @param n amount of items to request and process.
Review comment:
```suggestion
* @param n Amount of items to request and process.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]