On Wednesday, September 5, 2007, 2:04:21 PM, gwynevans <[EMAIL PROTECTED]> wrote:
> Author: gwynevans > Date: Wed Sep 5 06:04:16 2007 > New Revision: 572946 > Modified: > wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/AccessStackPageMap.java > URL: > http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/AccessStackPageMap.java?rev=572946&r1=572945&r2=572946&view=diff > ============================================================================== > --- > wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/AccessStackPageMap.java > (original) > +++ > wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/AccessStackPageMap.java > Wed Sep 5 06:04:16 2007 > @@ -165,10 +165,7 @@ > * access stack. This is guaranteed to be the most recently accessed > entry > * IF AND ONLY IF the user just came from a stateful page. If the > user could > * get to the current page from a stateless page, this method may not > work > - * if the user uses the back button. For a detailed explanation of > this > - * issue, see getAccessStack(). > - * > - * @see PageMap#getAccessStack() > + * if the user uses the back button. > * > * @return Previous pagemap entry in terms of access > */ Anyone know if the "detailed explanation" is still around anywhere, as I'm a bit uncomfortable with having to just chop the JavaDoc as above? /Gwyn
