From: Michael Jumper Date: Fri, 23 Mar 2012 23:01:35 +0000 (-0700) Subject: Rename attribute following convention. X-Git-Url: http://git.alex.org.uk Rename attribute following convention. --- diff --git a/src/main/java/net/sourceforge/guacamole/net/basic/event/SessionListenerCollection.java b/src/main/java/net/sourceforge/guacamole/net/basic/event/SessionListenerCollection.java index 6fc7ca3..8f31473 100644 --- a/src/main/java/net/sourceforge/guacamole/net/basic/event/SessionListenerCollection.java +++ b/src/main/java/net/sourceforge/guacamole/net/basic/event/SessionListenerCollection.java @@ -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