From 1cae15f0bb7fba7b67bd1f1112f5db5e3e00168c Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 28 Feb 2022 09:40:41 +0100 Subject: [PATCH] Polishing #2023 --- src/main/java/io/lettuce/core/TimeoutOptions.java | 2 +- .../io/lettuce/core/api/RedisServerCommands.java | 2 ++ .../topology/TopologyRefreshIntegrationTests.java | 12 +++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/main/java/io/lettuce/core/TimeoutOptions.java b/src/main/java/io/lettuce/core/TimeoutOptions.java index 971f008589..f7c0807514 100644 --- a/src/main/java/io/lettuce/core/TimeoutOptions.java +++ b/src/main/java/io/lettuce/core/TimeoutOptions.java @@ -23,7 +23,7 @@ import io.lettuce.core.protocol.RedisCommand; /** - * Options for command timeouts. This options configure how and whether commands time out once they were dispatched. Command + * Options for command timeouts. These options configure how and whether commands time out once they were dispatched. Command * timeout begins: *