Author: knopp
Date: Mon May  7 03:09:44 2007
New Revision: 535829

URL: http://svn.apache.org/viewvc?view=rev&rev=535829
Log:
commen

Modified:
    
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java

Modified: 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java?view=diff&rev=535829&r1=535828&r2=535829
==============================================================================
--- 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java
 (original)
+++ 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/SecondLevelCacheSessionStore.java
 Mon May  7 03:09:44 2007
@@ -127,6 +127,7 @@
                        PageVersions pv = null;
                        if (versionNumber == -1)
                        {
+                               // when no version was specified, get the last 
touched page for given page id
                                for (int index = pageVersions.size() - 1; index 
>= 0; --index) 
                                {
                                        if 
(((PageVersions)pageVersions.get(index)).pageid == id) 


Reply via email to