From eb855c424eeb85f5ccc7ed742f1244892813691a Mon Sep 17 00:00:00 2001 From: Brian Nichols Date: Tue, 19 Nov 2024 13:12:29 -0500 Subject: [PATCH] CLIENT-2848 Fix AerospikeException.Commit api doc reference. --- client/src/com/aerospike/client/AerospikeException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/com/aerospike/client/AerospikeException.java b/client/src/com/aerospike/client/AerospikeException.java index 7a092a086..2f1153cb9 100644 --- a/client/src/com/aerospike/client/AerospikeException.java +++ b/client/src/com/aerospike/client/AerospikeException.java @@ -496,7 +496,7 @@ public Backoff(int resultCode) { } /** - * Exception thrown when {@link AerospikeClient#commit(com.aerospike.client.Tran)} fails. + * Exception thrown when a multi-record transaction commit fails. */ public static final class Commit extends AerospikeException { private static final long serialVersionUID = 1L;