Skip to content

Commit 9d6852d

Browse files
committed
Remove an error message for the replication feature from old versions (#3247)
1 parent f4acc47 commit 9d6852d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -800,13 +800,6 @@ public enum CoreError implements ScalarDbError {
800800
Category.USER_ERROR, "0186", "The CSV row: %s does not match header: %s.", "", ""),
801801
DATA_LOADER_JSON_CONTENT_START_ERROR(
802802
Category.USER_ERROR, "0187", "Expected JSON file content to be an array", "", ""),
803-
REPLICATION_NOT_ENABLED(
804-
Category.USER_ERROR,
805-
"0188",
806-
// TODO: Update the message once the licence type is determined.
807-
"The replication feature is not enabled. To use this feature, you must enable it",
808-
"",
809-
""),
810803
DATA_LOADER_IMPORT_TARGET_MISSING(
811804
Category.USER_ERROR,
812805
"0189",

0 commit comments

Comments
 (0)