GUAC-1132: For consistency, rename getActiveSocket() to getSocket().

This commit is contained in:
Michael Jumper
2015-03-17 12:13:58 -07:00
parent f9bb25fdb2
commit 129bb688f4
4 changed files with 5 additions and 5 deletions

View File

@@ -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();
}