From ec82146ca8762dbafe4ea0cf5bb87d5ad507dcfa Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 23 Mar 2012 16:01:35 -0700 Subject: [PATCH] Rename attribute following convention. --- .../guacamole/net/basic/event/SessionListenerCollection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4