rpuch commented on code in PR #4902:
URL: https://github.com/apache/ignite-3/pull/4902#discussion_r1918881518


##########
modules/client/src/main/java/org/apache/ignite/internal/client/tx/ClientLazyTransaction.java:
##########
@@ -165,7 +165,10 @@ private synchronized CompletableFuture<ClientTransaction> 
ensureStarted(
         return tx0;
     }
 
-    ClientTransaction startedTx() {
+    /**
+     * Returns actual {@link ClientTransaction} started by this transaction or 
throws an exception if no transaction was started yet.

Review Comment:
   Rephrased



-- 
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]

Reply via email to