@@ -16,7 +16,7 @@ public interface TransactionCrudOperable extends CrudOperable<CrudException> {
1616 * (e.g., a conflict error). You can retry the transaction from the beginning
1717 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
1818 * faults. You can try retrying the transaction from the beginning, but the transaction may
19- * still fail if the cause is nontranient
19+ * still fail if the cause is nontransient
2020 */
2121 @ Override
2222 Optional <Result > get (Get get ) throws CrudConflictException , CrudException ;
@@ -28,7 +28,7 @@ public interface TransactionCrudOperable extends CrudOperable<CrudException> {
2828 * (e.g., a conflict error). You can retry the transaction from the beginning
2929 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
3030 * faults. You can try retrying the transaction from the beginning, but the transaction may
31- * still fail if the cause is nontranient
31+ * still fail if the cause is nontransient
3232 */
3333 @ Override
3434 List <Result > scan (Scan scan ) throws CrudConflictException , CrudException ;
@@ -40,7 +40,7 @@ public interface TransactionCrudOperable extends CrudOperable<CrudException> {
4040 * (e.g., a conflict error). You can retry the transaction from the beginning
4141 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
4242 * faults. You can try retrying the transaction from the beginning, but the transaction may
43- * still fail if the cause is nontranient
43+ * still fail if the cause is nontransient
4444 */
4545 @ Override
4646 Scanner getScanner (Scan scan ) throws CrudConflictException , CrudException ;
@@ -52,7 +52,7 @@ public interface TransactionCrudOperable extends CrudOperable<CrudException> {
5252 * (e.g., a conflict error). You can retry the transaction from the beginning
5353 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
5454 * faults. You can try retrying the transaction from the beginning, but the transaction may
55- * still fail if the cause is nontranient
55+ * still fail if the cause is nontransient
5656 * @throws UnsatisfiedConditionException if a condition is specified, and if the condition is not
5757 * satisfied or the entry does not exist
5858 * @deprecated As of release 3.13.0. Will be removed in release 5.0.0.
@@ -68,7 +68,7 @@ public interface TransactionCrudOperable extends CrudOperable<CrudException> {
6868 * (e.g., a conflict error). You can retry the transaction from the beginning
6969 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
7070 * faults. You can try retrying the transaction from the beginning, but the transaction may
71- * still fail if the cause is nontranient
71+ * still fail if the cause is nontransient
7272 * @throws UnsatisfiedConditionException if a condition is specified, and if the condition is not
7373 * satisfied or the entry does not exist
7474 * @deprecated As of release 3.13.0. Will be removed in release 5.0.0. Use {@link #mutate(List)}
@@ -86,7 +86,7 @@ void put(List<Put> puts)
8686 * (e.g., a conflict error). You can retry the transaction from the beginning
8787 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
8888 * faults. You can try retrying the transaction from the beginning, but the transaction may
89- * still fail if the cause is nontranient
89+ * still fail if the cause is nontransient
9090 */
9191 @ Override
9292 void insert (Insert insert ) throws CrudConflictException , CrudException ;
@@ -98,7 +98,7 @@ void put(List<Put> puts)
9898 * (e.g., a conflict error). You can retry the transaction from the beginning
9999 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
100100 * faults. You can try retrying the transaction from the beginning, but the transaction may
101- * still fail if the cause is nontranient
101+ * still fail if the cause is nontransient
102102 */
103103 @ Override
104104 void upsert (Upsert upsert ) throws CrudConflictException , CrudException ;
@@ -110,7 +110,7 @@ void put(List<Put> puts)
110110 * (e.g., a conflict error). You can retry the transaction from the beginning
111111 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
112112 * faults. You can try retrying the transaction from the beginning, but the transaction may
113- * still fail if the cause is nontranient
113+ * still fail if the cause is nontransient
114114 * @throws UnsatisfiedConditionException if a condition is specified, and if the condition is not
115115 * satisfied or the entry does not exist
116116 */
@@ -125,7 +125,7 @@ void update(Update update)
125125 * (e.g., a conflict error). You can retry the transaction from the beginning
126126 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
127127 * faults. You can try retrying the transaction from the beginning, but the transaction may
128- * still fail if the cause is nontranient
128+ * still fail if the cause is nontransient
129129 * @throws UnsatisfiedConditionException if a condition is specified, and if the condition is not
130130 * satisfied or the entry does not exist
131131 */
@@ -140,7 +140,7 @@ void delete(Delete delete)
140140 * (e.g., a conflict error). You can retry the transaction from the beginning
141141 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
142142 * faults. You can try retrying the transaction from the beginning, but the transaction may
143- * still fail if the cause is nontranient
143+ * still fail if the cause is nontransient
144144 * @throws UnsatisfiedConditionException if a condition is specified, and if the condition is not
145145 * satisfied or the entry does not exist
146146 * @deprecated As of release 3.13.0. Will be removed in release 5.0.0. Use {@link #mutate(List)}
@@ -158,7 +158,7 @@ void delete(List<Delete> deletes)
158158 * (e.g., a conflict error). You can retry the transaction from the beginning
159159 * @throws CrudException if the transaction CRUD operation fails due to transient or nontransient
160160 * faults. You can try retrying the transaction from the beginning, but the transaction may
161- * still fail if the cause is nontranient
161+ * still fail if the cause is nontransient
162162 * @throws UnsatisfiedConditionException if a condition is specified in a {@link Put}, {@link
163163 * Delete}, or {@link Update} command, and if the condition is not satisfied or the entry does
164164 * not exist
@@ -175,7 +175,7 @@ interface Scanner extends CrudOperable.Scanner<CrudException> {
175175 * (e.g., a conflict error). You can retry the transaction from the beginning
176176 * @throws CrudException if the transaction CRUD operation fails due to transient or
177177 * nontransient faults. You can try retrying the transaction from the beginning, but the
178- * transaction may still fail if the cause is nontranient
178+ * transaction may still fail if the cause is nontransient
179179 */
180180 @ Override
181181 Optional <Result > one () throws CrudConflictException , CrudException ;
@@ -187,7 +187,7 @@ interface Scanner extends CrudOperable.Scanner<CrudException> {
187187 * (e.g., a conflict error). You can retry the transaction from the beginning
188188 * @throws CrudException if the transaction CRUD operation fails due to transient or
189189 * nontransient faults. You can try retrying the transaction from the beginning, but the
190- * transaction may still fail if the cause is nontranient
190+ * transaction may still fail if the cause is nontransient
191191 */
192192 @ Override
193193 List <Result > all () throws CrudConflictException , CrudException ;
0 commit comments