Rename attribute following convention.
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 23 Mar 2012 23:01:35 +0000 (16:01 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 23 Mar 2012 23:01:35 +0000 (16:01 -0700)
src/main/java/net/sourceforge/guacamole/net/basic/event/SessionListenerCollection.java

index 6fc7ca3..8f31473 100644 (file)
@@ -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