Madan Jampani

Checkstyle corrections.

...@@ -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
......