Skip to content

Commit b113cc3

Browse files
committed
JCBC-2029 Update minimum Couchbase version for range scan
Change-Id: I1c794a8227e507be79c4c3fa7e5e0419a38f8f20 Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/183584 Tested-by: David Nault <[email protected]> Reviewed-by: David Nault <[email protected]>
1 parent 85c714a commit b113cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-io/src/main/java/com/couchbase/client/core/error/FeatureNotAvailableException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static FeatureNotAvailableException communityEdition(final String feature
6767

6868
public static FeatureNotAvailableException rangeScan() {
6969
return new FeatureNotAvailableException("The cluster does not support the scan operation " +
70-
"(Only supported with Couchbase Server 7.2 and later).");
70+
"(Only supported with Couchbase Server 7.5 and later).");
7171
}
7272

7373
}

0 commit comments

Comments
 (0)