You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2013/11/02 17:03:49 UTC

git commit: A couple more javadoc spelling fixes

Updated Branches:
  refs/heads/master 65d31852d -> ddf4ecbbb


A couple more javadoc spelling fixes

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ddf4ecbb
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ddf4ecbb
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ddf4ecbb

Branch: refs/heads/master
Commit: ddf4ecbbb51bb92fcc7964f5c73993d8038f9052
Parents: 65d3185
Author: Bob Harner <bo...@apache.org>
Authored: Sat Nov 2 11:04:11 2013 -0400
Committer: Bob Harner <bo...@apache.org>
Committed: Sat Nov 2 11:53:35 2013 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/tapestry5/util/EnumSelectModel.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ddf4ecbb/tapestry-core/src/main/java/org/apache/tapestry5/util/EnumSelectModel.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/util/EnumSelectModel.java b/tapestry-core/src/main/java/org/apache/tapestry5/util/EnumSelectModel.java
index 8b8e9c2..e8596ba 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/util/EnumSelectModel.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/util/EnumSelectModel.java
@@ -26,7 +26,7 @@ import org.apache.tapestry5.ioc.internal.util.CollectionFactory;
 
 /**
  * A basic select model for a particular Enum type. The labels for each Enum are drawn from the Enum instance name and
- * the provides message catalog: <ul> <li>As key <em>ClassName</em>.<em>name</em> if present. The class name excludes
+ * the provided message catalog: <ul> <li>As key <em>ClassName</em>.<em>name</em> if present. The class name excludes
  * the package portion. Ex: "ElementType.LOCAL_VARIABLE" <li>As key <em>name</em> if present, i.e., "LOCAL_VARIABLE".
  * <li>As a user-presentable version of the name, i.e., "Local Variable". </ul>
  */
@@ -64,7 +64,7 @@ public final class EnumSelectModel extends AbstractSelectModel implements Serial
     }
 
     /**
-     * Returns the option groupos created in the constructor.
+     * Returns the option groups created in the constructor.
      */
     public List<OptionModel> getOptions()
     {