Author: frankbille
Date: Sun Jan 14 01:57:37 2007
New Revision: 496052

URL: http://svn.apache.org/viewvc?view=rev&rev=496052
Log:
Fix javadoc

Modified:
    
incubator/wicket/branches/wicket-1.x/wicket-extensions/src/main/java/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java

Modified: 
incubator/wicket/branches/wicket-1.x/wicket-extensions/src/main/java/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-extensions/src/main/java/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java?view=diff&rev=496052&r1=496051&r2=496052
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/wicket-extensions/src/main/java/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java
 (original)
+++ 
incubator/wicket/branches/wicket-1.x/wicket-extensions/src/main/java/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java
 Sun Jan 14 01:57:37 2007
@@ -57,7 +57,7 @@
        }
 
        /**
-        * @see 
wicket.extensions.markup.html.repeater.data.grid.ICellPopulator#populateItem(wicket.extensions.markup.html.repeater.refreshing.Item,
+        * @see 
wicket.extensions.markup.html.repeater.data.grid.ICellPopulator#populateItem(wicket.markup.repeater.Item,
         *      java.lang.String, wicket.model.IModel)
         */
        public void populateItem(Item cellItem, String componentId, IModel 
rowModel)


Reply via email to