You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2011/11/04 15:00:21 UTC

svn commit: r1197575 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/handler/IPageProvider.java

Author: dashorst
Date: Fri Nov  4 14:00:21 2011
New Revision: 1197575

URL: http://svn.apache.org/viewvc?rev=1197575&view=rev
Log:
docu fix

Modified:
    wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/handler/IPageProvider.java

Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/handler/IPageProvider.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/handler/IPageProvider.java?rev=1197575&r1=1197574&r2=1197575&view=diff
==============================================================================
--- wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/handler/IPageProvider.java (original)
+++ wicket/trunk/wicket-core/src/main/java/org/apache/wicket/request/handler/IPageProvider.java Fri Nov  4 14:00:21 2011
@@ -39,7 +39,7 @@ public interface IPageProvider
 	 * @throws StalePageException
 	 *             if render count has been specified in constructor and the render count of page
 	 *             does not match the value
-	 * @throw {@link PageExpiredException} if the specified page could not have been found and the
+	 * @throws {@link PageExpiredException} if the specified page could not have been found and the
 	 *        constructor used did not provide enough information to create new page instance
 	 */
 	IRequestablePage getPageInstance();