Minor Javadoc improvements
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0740d67a Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0740d67a Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0740d67a Branch: refs/heads/wicket-1.5.x Commit: 0740d67a92afe22ebec1d31c808f43796b38c659 Parents: 7c5c8d1 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Oct 30 15:16:22 2012 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Oct 30 15:16:22 2012 +0200 ---------------------------------------------------------------------- ...FilenameWithVersionResourceCachingStrategy.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/0740d67a/wicket-core/src/main/java/org/apache/wicket/request/resource/caching/FilenameWithVersionResourceCachingStrategy.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/request/resource/caching/FilenameWithVersionResourceCachingStrategy.java b/wicket-core/src/main/java/org/apache/wicket/request/resource/caching/FilenameWithVersionResourceCachingStrategy.java index c794299..015b0f3 100644 --- a/wicket-core/src/main/java/org/apache/wicket/request/resource/caching/FilenameWithVersionResourceCachingStrategy.java +++ b/wicket-core/src/main/java/org/apache/wicket/request/resource/caching/FilenameWithVersionResourceCachingStrategy.java @@ -22,13 +22,13 @@ import org.apache.wicket.request.resource.caching.version.IResourceVersion; import org.apache.wicket.util.lang.Args; /** - * resource caching strategy that adds a version for the + * Resource caching strategy that adds a version for the * requested resource to the filename. * <p/> * versioned_filename := [basename][version-prefix][version](.extension) * <p/> - * the <code>version</code> must not contain the <code>version-prefix</code> so - * please use an unambigous value for the <code>version-prefix</code>. The default + * The <code>version</code> must not contain the <code>version-prefix</code> so + * please use an unambiguous value for the <code>version-prefix</code>. The default * <code>version-prefix</code> is <code>{@value #DEFAULT_VERSION_PREFIX}</code>. * <p/> * Since browsers and proxies use the versioned filename of the resource
