Rename attribute following convention.

This commit is contained in:
Michael Jumper
2012-03-23 16:01:35 -07:00
parent 2bf18676ad
commit f903b22fe9

View 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