You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jc...@apache.org on 2007/12/18 10:59:00 UTC

svn commit: r605162 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java

Author: jcompagner
Date: Tue Dec 18 01:58:59 2007
New Revision: 605162

URL: http://svn.apache.org/viewvc?rev=605162&view=rev
Log:
typo

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java?rev=605162&r1=605161&r2=605162&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java Tue Dec 18 01:58:59 2007
@@ -104,7 +104,7 @@
 	 * @param value
 	 *            The value to set.
 	 * @param converter
-	 *            The convertor to convert the value if needed to the right type.
+	 *            The converter to convert the value if needed to the right type.
 	 */
 	public final static void setValue(final String expression, final Object object, Object value,
 		PropertyResolverConverter converter)