Author: dashorst
Date: Thu Sep 6 01:26:00 2007
New Revision: 573176
URL: http://svn.apache.org/viewvc?rev=573176&view=rev
Log:
Fixed another typo in javadoc
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IPropertyReflectionAwareModel.java
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IPropertyReflectionAwareModel.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IPropertyReflectionAwareModel.java?rev=573176&r1=573175&r2=573176&view=diff
==============================================================================
---
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IPropertyReflectionAwareModel.java
(original)
+++
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IPropertyReflectionAwareModel.java
Thu Sep 6 01:26:00 2007
@@ -46,7 +46,7 @@
/**
- * Returns the setter metod of model property or null if the method
doesn't exist.
+ * Returns the setter method of model property or null if the method
doesn't exist.
*
* @return Method or null
*/