mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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
|
* The name of the session attribute which will contain the listener
|
||||||
* collection.
|
* 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
|
* The wrapped collection of listeners, possibly retrieved from the
|
||||||
|
Reference in New Issue
Block a user