You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bo...@apache.org on 2013/10/28 11:27:39 UTC

git commit: Minor javadoc wording

Updated Branches:
  refs/heads/master 00047c4fa -> 7bb300c7e


Minor javadoc wording

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

Branch: refs/heads/master
Commit: 7bb300c7ef6f213c79e6881f4965c7d92eea1db7
Parents: 00047c4
Author: Bob Harner <bo...@apache.org>
Authored: Mon Oct 28 06:27:11 2013 -0400
Committer: Bob Harner <bo...@apache.org>
Committed: Mon Oct 28 06:27:11 2013 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/tapestry5/corelib/components/Palette.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/7bb300c7/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Palette.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Palette.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Palette.java
index 05c096d..78339e1 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Palette.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Palette.java
@@ -133,7 +133,7 @@ public class Palette extends AbstractField
      * will be cleared. If unbound, defaults to a property of the container matching this component's id.
      * <p/>
      * Prior to Tapestry 5.4, this allowed null, and a list would be created when the form was submitted. Starting
-     * with 5.4, the selected list may not be null, and may not be a list (it may be, for example, a set).
+     * with 5.4, the selected list may not be null, and it need not be a list (it may be, for example, a set).
      */
     @Parameter(required = true, autoconnect = true, allowNull = false)
     private Collection<Object> selected;