mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge 1.5.0 changes back to master.
This commit is contained in:
@@ -82,6 +82,8 @@ public interface ConnectionRecord extends ActivityRecord {
|
|||||||
* history records, such as log messages and session recordings.
|
* history records, such as log messages and session recordings.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public UUID getUUID();
|
public default UUID getUUID() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user