jmuehlner commented on code in PR #730:
URL: https://github.com/apache/guacamole-client/pull/730#discussion_r884011162
##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/connection/ModeledConnection.java:
##########
@@ -505,4 +506,13 @@ public boolean isFailoverOnly() {
return getModel().isFailoverOnly();
}
+ /**
+ * Returns the JDBC environment associated with this connection.
+ *
+ * @return the JDBC environment associated with this connection.
+ */
+ public JDBCEnvironment gEnvironment() {
+ return this.environment;
+ }
Review Comment:
Oh, oops. Did not mean to include this. I'll remove.
--
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]