mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-462: Add API-level support for associating data with history records.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user