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/03/18 17:31:30 UTC

svn commit: r519639 - in /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket: Localizer.java resource/PropertiesFactory.java resource/loader/WicketBundleStringResourceLoader.java

Author: jbq
Date: Sun Mar 18 09:31:29 2007
New Revision: 519639

URL: http://svn.apache.org/viewvc?view=rev&rev=519639
Log:
Fix Javadoc typos

Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/Localizer.java
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/PropertiesFactory.java
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/loader/WicketBundleStringResourceLoader.java

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/Localizer.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/Localizer.java?view=diff&rev=519639&r1=519638&r2=519639
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/Localizer.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/Localizer.java Sun Mar 18 09:31:29 2007
@@ -347,7 +347,7 @@
 	}
 
 	/**
-	 * Helper method to handle preoprty variable substituion in strings.
+	 * Helper method to handle property variable substitution in strings.
 	 * 
 	 * @param component
 	 *            The component requesting a model value

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/PropertiesFactory.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/PropertiesFactory.java?view=diff&rev=519639&r1=519638&r2=519639
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/PropertiesFactory.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/PropertiesFactory.java Sun Mar 18 09:31:29 2007
@@ -41,7 +41,7 @@
  * Reloadable properties. It is not a 100% replacement for java.util.Properties
  * as it does not provide the same interface. But is serves kind of the same
  * purpose with Wicket specific features. PropertiesFactory actually loads and
- * reloads the Properties and mataince a cache. Hence properties files are
+ * reloads the Properties and maintains a cache. Hence properties files are
  * loaded just once.
  * <p>
  * 

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/loader/WicketBundleStringResourceLoader.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/loader/WicketBundleStringResourceLoader.java?view=diff&rev=519639&r1=519638&r2=519639
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/loader/WicketBundleStringResourceLoader.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/resource/loader/WicketBundleStringResourceLoader.java Sun Mar 18 09:31:29 2007
@@ -60,7 +60,7 @@
 	 *            The application that this resource loader is associated with
 	 * @param clazz
 	 * 			
-	 * @depricated remove in 2.0, class is not used at all.
+	 * @deprecated removed in 2.0, class parameter is not used at all.
 	 */
 	public WicketBundleStringResourceLoader(final Application application, final Class clazz)
 	{
@@ -68,7 +68,7 @@
 	}
 
 	/**
-	 * Create and initialise the resource loader.
+	 * Create and initialize the resource loader.
 	 * 
 	 * @param application
 	 *            The application that this resource loader is associated with
@@ -79,7 +79,6 @@
 	}
 	
 	/**
-	 * 
 	 * @see wicket.resource.loader.ClassStringResourceLoader#loadStringResource(java.lang.Class,
 	 *      java.lang.String, java.util.Locale, java.lang.String)
 	 */