necouchman commented on a change in pull request #438: GUACAMOLE-360: Add
support for joining active connections without share links.
URL: https://github.com/apache/guacamole-client/pull/438#discussion_r312748590
##########
File path:
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/sharing/ConnectionSharingService.java
##########
@@ -88,7 +89,8 @@
*
* @param sharingProfileIdentifier
* The identifier of the sharing profile dictating the semantics or
- * restrictions applying to the shared session.
+ * restrictions applying to the shared session, or null if no such
+ * restrictions should apply.
*
* @return
* A newly-generated set of temporary credentials which can be used to
Review comment:
I think this needs to be changed to reflect the new return value of this
method?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services