Skip to content

Commit 68751db

Browse files
committed
Update error message
1 parent a3cc2e1 commit 68751db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,7 @@ public enum CoreError implements ScalarDbError {
861861
REPLICATION_NOT_ENABLED(
862862
Category.USER_ERROR,
863863
"0188",
864-
// TODO: Update the message once the licence type is determined.
865-
"The replication feature is not enabled. To use this feature, you must enable it",
864+
"The replication feature is not enabled. To use this feature, you must enable it. Note that this feature is supported only in the ScalarDB Enterprise edition",
866865
"",
867866
""),
868867
DATA_LOADER_IMPORT_TARGET_MISSING(

0 commit comments

Comments
 (0)