Typos in JavaDoc of IMarkupResourceStreamProvider.java
------------------------------------------------------
Key: WICKET-1598
URL: https://issues.apache.org/jira/browse/WICKET-1598
Project: Wicket
Issue Type: Bug
Reporter: Martin Funk
Priority: Trivial
Index: src/main/java/org/apache/wicket/markup/IMarkupResourceStreamProvider.java
===================================================================
--- . (revision 654460)
+++ . (working copy)
@@ -20,8 +20,8 @@
import org.apache.wicket.util.resource.IResourceStream;
/**
- * To be implemented by MarkupContainer which whish to implement there own
algorithms for loading
- * the markup resource stream.
+ * To be implemented by MarkupContainer which wish to implement their own
algorithms for loading the
+ * markup resource stream.
* <p>
* Note: IResourceStreamLocators should be used in case the strategy to find a
markup resource is
* meant to be applied to ALL components of your application.
@@ -26,7 +26,7 @@
* Note: IResourceStreamLocators should be used in case the strategy to find a
markup resource is
* meant to be applied to ALL components of your application.
* <p>
- * Note: See IMarkupCacheKeyProvider if you whish to implement your own cache
key algorithm, which
+ * Note: See IMarkupCacheKeyProvider if you wish to implement your own cache
key algorithm, which
* sometimes is useful when the MarkupContainer implements its own
IMarkupResourceStreamProvider as
* well.
*
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.