From bd14a782e5c3e210746d7ff204e8abecf623a638 Mon Sep 17 00:00:00 2001 From: James Xin Date: Mon, 23 Dec 2024 17:00:50 -0800 Subject: [PATCH] address comment Signed-off-by: James Xin --- .../main/java/glide/api/models/commands/scan/ScanOptions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/client/src/main/java/glide/api/models/commands/scan/ScanOptions.java b/java/client/src/main/java/glide/api/models/commands/scan/ScanOptions.java index 2c76a9c65d..b79735739b 100644 --- a/java/client/src/main/java/glide/api/models/commands/scan/ScanOptions.java +++ b/java/client/src/main/java/glide/api/models/commands/scan/ScanOptions.java @@ -30,8 +30,8 @@ public class ScanOptions extends BaseScanOptions { private final ObjectType type; /** - * If set to True, the scan will perform even if some slots are not covered by any node. It's - * important to note that when set to True, the scan has no guarantee to cover all keys in the + * If set to true, the scan will perform even if some slots are not covered by any node. It's + * important to note that when set to true, the scan has no guarantee to cover all keys in the * cluster, and the method loses its way to validate the progress of the scan. Defaults to false. */ @Builder.Default private final Boolean allowNonCoveredSlots = false;