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 20:35:52 UTC

svn commit: r1081209 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java

Author: mgrigorov
Date: Sun Mar 13 19:35:51 2011
New Revision: 1081209

URL: http://svn.apache.org/viewvc?rev=1081209&view=rev
Log:
WICKET-3528 Javadoc typo in PropertyModel

Modified:
    wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java

Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java?rev=1081209&r1=1081208&r2=1081209&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java (original)
+++ wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/model/PropertyModel.java Sun Mar 13 19:35:51 2011
@@ -47,7 +47,7 @@ import org.apache.wicket.util.lang.Prope
  * <pre>
  *     Person person = getSomePerson();
  *     ...
- *     add(new Label(&quot;myLabel&quot;, new PopertyModel(person, &quot;name&quot;));
+ *     add(new Label(&quot;myLabel&quot;, new PropertyModel(person, &quot;name&quot;));
  * </pre>
  * 
  * Where 'myLabel' is the name of the component, and 'name' is the property expression to get the