[jboss-cvs] JBossAS SVN: r78553 - branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/notification.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 15 16:51:43 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-09-15 16:51:43 -0400 (Mon, 15 Sep 2008)
New Revision: 78553

Modified:
   branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/notification/ClusteredSessionNotificationPolicy.java
Log:
[JBAS-5778] Javadoc tweak

Modified: branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/notification/ClusteredSessionNotificationPolicy.java
===================================================================
--- branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/notification/ClusteredSessionNotificationPolicy.java	2008-09-15 20:47:34 UTC (rev 78552)
+++ branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/notification/ClusteredSessionNotificationPolicy.java	2008-09-15 20:51:43 UTC (rev 78553)
@@ -24,7 +24,7 @@
 
 /**
  * Policy for determining whether the servlet spec notifications related
- * to expiring a session are allowed to be emitted on the local cluster node.
+ * to session events are allowed to be emitted on the local cluster node.
  * <p>
  * <strong>Note:</strong> The use of the word <strong>allowed</strong> above
  * is intentional; if a given policy implementation returns <code>true</code>




More information about the jboss-cvs-commits mailing list