From d3da20ff54c90fa455fb6c86502adcaa7c571b85 Mon Sep 17 00:00:00 2001 From: Virtually Nick Date: Sun, 27 Oct 2024 22:28:40 -0400 Subject: [PATCH] GUACAMOLE-1239: Correct comment in Identifiable case sensitive method. --- .../main/java/org/apache/guacamole/net/auth/Identifiable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Identifiable.java b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Identifiable.java index b5e0136c2..0bfd6caf8 100644 --- a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Identifiable.java +++ b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Identifiable.java @@ -46,8 +46,8 @@ public interface Identifiable { /** * Whether or not this identifier should be evaluated in a case-sensitive - * manner or not. By default this returns true and the identifier will - * be evaluated in a case-sensitive manner. + * manner. By default this returns true and the identifier will be + * evaluated in a case-sensitive manner. * * @return * True if the comparisons of this identifier should be case-sensitive,