mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Rename attribute following convention.
This commit is contained in:
@@ -25,7 +25,7 @@ public class SessionListenerCollection extends AbstractCollection {
|
||||
* The name of the session attribute which will contain the listener
|
||||
* collection.
|
||||
*/
|
||||
private static final String SESSION_ATTRIBUTE = "__GUAC_LISTENERS";
|
||||
private static final String SESSION_ATTRIBUTE = "GUAC_LISTENERS";
|
||||
|
||||
/**
|
||||
* The wrapped collection of listeners, possibly retrieved from the
|
||||
|
Reference in New Issue
Block a user