You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/03/13 18:48:29 UTC

svn commit: r1081168 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Page.java

Author: mgrigorov
Date: Sun Mar 13 17:48:29 2011
New Revision: 1081168

URL: http://svn.apache.org/viewvc?rev=1081168&view=rev
Log:
Fix javadoc - tab1's links got stale.


Modified:
    wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Page.java

Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Page.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Page.java?rev=1081168&r1=1081167&r2=1081168&view=diff
==============================================================================
--- wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Page.java (original)
+++ wicket/trunk/wicket-core/src/main/java/org/apache/wicket/Page.java Sun Mar 13 17:48:29 2011
@@ -163,7 +163,7 @@ public abstract class Page extends Marku
 	/**
 	 * The purpose of render count is to detect stale listener interface links. For example: there
 	 * is a page A rendered in tab 1. Then page A is opened also in tab 2. During render page state
-	 * changes (i.e. some repeater gets rebuilt). This makes all links on tab 2 stale - because they
+	 * changes (i.e. some repeater gets rebuilt). This makes all links on tab 1 stale - because they
 	 * no longer match the actual page state. This is done by incrementing render count. When link
 	 * is clicked Wicket checks if it's render count matches the render count value of page
 	 */