You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by kn...@apache.org on 2010/01/27 00:51:14 UTC

svn commit: r903500 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/ng/request/component/IRequestableComponent.java

Author: knopp
Date: Tue Jan 26 23:51:13 2010
New Revision: 903500

URL: http://svn.apache.org/viewvc?rev=903500&view=rev
Log: (empty)

Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/ng/request/component/IRequestableComponent.java

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/ng/request/component/IRequestableComponent.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/ng/request/component/IRequestableComponent.java?rev=903500&r1=903499&r2=903500&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/ng/request/component/IRequestableComponent.java (original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/ng/request/component/IRequestableComponent.java Tue Jan 26 23:51:13 2010
@@ -95,7 +95,7 @@
 	 * }
 	 * </pre>
 	 * 
-	 * If the model was constructed thusly, which is quiet common: {@code new PropertyModel(this,
+	 * If the model was constructed thusly, which is quite common: {@code new PropertyModel(this,
 	 * "person")} and {@link Component} implemented {@link IDetachable} then calling @{code
 	 * model.detach()} will cause an infinite loop with the model trying to detach the component and
 	 * the component trying to detach the model.