Skip to content

Commit 160922f

Browse files
brfrn169josh-wong
andauthored
[skip ci] Apply suggestions from code review
Co-authored-by: Josh Wong <[email protected]>
1 parent 7471988 commit 160922f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/com/scalar/db/common/CoreError.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,13 +904,13 @@ public enum CoreError implements ScalarDbError {
904904
CONSENSUS_COMMIT_INDEX_GET_NOT_ALLOWED_IN_SERIALIZABLE(
905905
Category.USER_ERROR,
906906
"0258",
907-
"Get operations using an index is not allowed in the SERIALIZABLE isolation level",
907+
"Get operations by using an index is not allowed in the SERIALIZABLE isolation level",
908908
"",
909909
""),
910910
CONSENSUS_COMMIT_INDEX_SCAN_NOT_ALLOWED_IN_SERIALIZABLE(
911911
Category.USER_ERROR,
912912
"0259",
913-
"Scan operations using an index is not allowed in the SERIALIZABLE isolation level",
913+
"Scan operations by using an index is not allowed in the SERIALIZABLE isolation level",
914914
"",
915915
""),
916916
CONSENSUS_COMMIT_CONDITION_ON_INDEXED_COLUMNS_NOT_ALLOWED_IN_CROSS_PARTITION_SCAN_IN_SERIALIZABLE(

0 commit comments

Comments
 (0)