mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 00:23:21 +00:00 
			
		
		
		
	GUACAMOLE-462: Merge ensure compatibility with 1.x extensions is maintained.
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