You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/04/25 18:19:40 UTC

svn commit: r532401 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: behavior/SimpleAttributeModifier.java markup/html/form/FormComponent.java

Author: jbq
Date: Wed Apr 25 09:19:39 2007
New Revision: 532401

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

Modified:
    incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/SimpleAttributeModifier.java
    incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/SimpleAttributeModifier.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/SimpleAttributeModifier.java?view=diff&rev=532401&r1=532400&r2=532401
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/SimpleAttributeModifier.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/SimpleAttributeModifier.java Wed Apr 25 09:19:39 2007
@@ -71,7 +71,7 @@
 	}
 	
 	/**
-	 * This method is depricated use the isEnabled(Component)
+	 * This method is deprecated, use the isEnabled(Component)
 	 * @return true
 	 * @deprecated use isEnabled(Component) now.
 	 */

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java?view=diff&rev=532401&r1=532400&r2=532401
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Wed Apr 25 09:19:39 2007
@@ -631,7 +631,7 @@
 	 * @param value
 	 *            The value
 	 * 
-	 * @depricated call or override setModelValue(String[])
+	 * @deprecated call or override setModelValue(String[])
 	 */
 	public void setModelValue(final String value)
 	{