Author: mgrigorov
Date: Sat May  7 07:37:01 2011
New Revision: 1100474

URL: http://svn.apache.org/viewvc?rev=1100474&view=rev
Log:
WICKET-3672 Docs typos etc.

Make CompoundPropertyModel a link in javadoc.


Modified:
    
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/list/PropertyListView.java

Modified: 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/list/PropertyListView.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/list/PropertyListView.java?rev=1100474&r1=1100473&r2=1100474&view=diff
==============================================================================
--- 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/list/PropertyListView.java
 (original)
+++ 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/list/PropertyListView.java
 Sat May  7 07:37:01 2011
@@ -23,8 +23,8 @@ import org.apache.wicket.model.IModel;
 
 
 /**
- * Simple ListVew subclass that wraps its item models in a 
CompoundPropertyModel. Useful for lists
- * where the item components will be mapped through property expressions.
+ * Simple ListVew subclass that wraps its item models in a {@link 
CompoundPropertyModel}. Useful for
+ * lists where the item components will be mapped through property expressions.
  * 
  * @author Nathan Hamblen
  * 


Reply via email to