[jboss-cvs] JBossAS SVN: r57357 - branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 2 11:19:49 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-10-02 11:19:49 -0400 (Mon, 02 Oct 2006)
New Revision: 57357

Modified:
   branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java
Log:
Add a TODO

Modified: branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java
===================================================================
--- branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java	2006-10-02 15:06:27 UTC (rev 57356)
+++ branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java	2006-10-02 15:19:49 UTC (rev 57357)
@@ -961,6 +961,9 @@
     *
     * @return the session or <code>null</code> if the session cannot be found
     *         in the distributed store
+    *         
+    * TODO refactor this into 2 overloaded methods -- one that takes a ClusteredSession
+    * and populates it and one that takes an id, creates the session and calls the first
     */
    protected ClusteredSession loadSession(String realId)
    {




More information about the jboss-cvs-commits mailing list