You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/04/23 23:35:54 UTC

svn commit: r768063 - /incubator/click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java

Author: sabob
Date: Thu Apr 23 21:35:53 2009
New Revision: 768063

URL: http://svn.apache.org/viewvc?rev=768063&view=rev
Log:
doco

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java?rev=768063&r1=768062&r2=768063&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java Thu Apr 23 21:35:53 2009
@@ -916,7 +916,7 @@
     * Populate the given map from the values of the specified fieldList. The
     * map's key/value pairs are populated from the fields name/value. The keys
     * of the map are matched against each field name. If a key matches a field
-    * name will the value of the field be copied to the map.
+    * name, the value of the field will be copied to the map.
     *
     * @param fieldList the forms list of fields to obtain field values from
     * @param map the map to populate with field values