[jboss-cvs] JBossAS SVN: r81694 - projects/cluster/ha-server-cache-jbc/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/impl/jbc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 26 22:00:14 EST 2008


Author: bstansberry at jboss.com
Date: 2008-11-26 22:00:13 -0500 (Wed, 26 Nov 2008)
New Revision: 81694

Modified:
   projects/cluster/ha-server-cache-jbc/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/impl/jbc/CacheListener.java
Log:
Minor javadoc tweak

Modified: projects/cluster/ha-server-cache-jbc/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/impl/jbc/CacheListener.java
===================================================================
--- projects/cluster/ha-server-cache-jbc/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/impl/jbc/CacheListener.java	2008-11-27 02:13:04 UTC (rev 81693)
+++ projects/cluster/ha-server-cache-jbc/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/impl/jbc/CacheListener.java	2008-11-27 03:00:13 UTC (rev 81694)
@@ -179,15 +179,14 @@
     * Structure in the cache is:
     * 
     * /JSESSION
-    * ++ /hostname
-    * ++++ /contextpath
-    * ++++++ /sessionid
-    * ++++++++ /ATTRIBUTE
-    * ++++++++ /_JBossInternal_
-    * ++++++++++ etc etc
+    * ++ /contextPath_hostname
+    * ++++ /sessionid
+    * ++++++ /ATTRIBUTE
+    * ++++++ /_JBossInternal_
+    * ++++++++ etc etc
     * 
     * If the Fqn size is big enough to be "etc etc" or lower, but the 4th
-    * level is "ATTRIBUTE", it must be under _JBossInternal_. We discriminate
+    * level is not "ATTRIBUTE", it must be under _JBossInternal_. We discriminate
     * based on != ATTRIBUTE to avoid having to code to the internal PojoCache
     * _JBossInternal_ name.
     * 




More information about the jboss-cvs-commits mailing list