GUACAMOLE-1239: Correct comment in Identifiable case sensitive method.

This commit is contained in:
Virtually Nick
2024-10-27 22:28:40 -04:00
parent b26c37eba6
commit d3da20ff54

View File

@@ -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,