mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-1132: For consistency, rename getActiveSocket() to getSocket().
This commit is contained in:
@@ -96,6 +96,6 @@ public interface ConnectionRecord {
|
||||
* The connected GuacamoleSocket, if any, or null if the connection is
|
||||
* not active or permission is denied.
|
||||
*/
|
||||
public GuacamoleSocket getActiveSocket();
|
||||
public GuacamoleSocket getSocket();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user