Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -11,12 +11,12 @@ public enum WriteStatus { | ... | @@ -11,12 +11,12 @@ public enum WriteStatus { |
11 | OK, | 11 | OK, |
12 | 12 | ||
13 | /** | 13 | /** |
14 | - * Write was aborted (ex: if one or more write operations in a batch fail, others are aborted) | 14 | + * Write was aborted (ex: if one or more write operations in a batch fail, others are aborted). |
15 | */ | 15 | */ |
16 | ABORTED, | 16 | ABORTED, |
17 | 17 | ||
18 | /** | 18 | /** |
19 | - * Write failed due to pre-condition failure. (ex: version or value mis-match) | 19 | + * Write failed due to pre-condition failure. (ex: version or value mis-match). |
20 | */ | 20 | */ |
21 | PRECONDITION_VIOLATION, | 21 | PRECONDITION_VIOLATION, |
22 | 22 | ... | ... |
-
Please register or login to post a comment