GUACAMOLE-462: Add API-level support for associating data with history records.

This commit is contained in:
Michael Jumper
2021-12-01 22:52:22 -08:00
parent dc98633897
commit 9cbf4f045f
4 changed files with 82 additions and 9 deletions

View File

@@ -401,14 +401,7 @@ public class ActiveConnectionRecord implements ConnectionRecord {
}
/**
* Returns the UUID of the underlying tunnel. If there is no underlying
* tunnel, this will be the UUID assigned to the underlying tunnel when the
* tunnel is set.
*
* @return
* The current or future UUID of the underlying tunnel.
*/
@Override
public UUID getUUID() {
return uuid;
}