AMashenkov commented on a change in pull request #510:
URL: https://github.com/apache/ignite-3/pull/510#discussion_r781193459
##########
File path: modules/api/src/main/java/org/apache/ignite/table/KeyValueView.java
##########
@@ -223,7 +213,7 @@ default V getOrDefault(@Nullable Transaction tx, K key, V
defaultValue) {
/**
* Asynchronously puts value associated with given key into the table if
not exists.
*
- * @param tx The transaction or {@code null} to auto commit.
Review comment:
Is there any proof?
I've just got opposite opinion here [1] from @agura
> Please, prefer not aligned comments relatively parameters name. It is hard
to support.
[1] https://github.com/apache/ignite-3/pull/326#discussion_r772402632
--
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]