jmuehlner commented on code in PR #902:
URL: https://github.com/apache/guacamole-client/pull/902#discussion_r1762183441
##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/JDBCEnvironment.java:
##########
@@ -271,5 +271,29 @@ public boolean shouldUseBatchExecutor() {
return true;
}
+
+ /**
+ * Returns a boolean value that indicates whether or not usernames should
+ * be treated as case-sensitive.
+ *
+ * @return
+ * true if usernames should be treated as case-sensitive, or false if
Review Comment:
I noticed that `@return` annotation in `ConfigurationService.java`
capitalizes the initial "True", whereas this doesn't. I'm ok with either, but
it we should probably try to be consistent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]