yikes!
Peter

On Mon, Aug 25, 2008 at 3:04 PM,  <[EMAIL PROTECTED]> wrote:
> Author: bodewig
> Date: Mon Aug 25 07:04:01 2008
> New Revision: 688729
>
> URL: http://svn.apache.org/viewvc?rev=688729&view=rev
> Log:
> reallyput the value into the map.
>
> Modified:
>    ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java
>
> Modified: ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java
> URL: 
> http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java?rev=688729&r1=688728&r2=688729&view=diff
> ==============================================================================
> --- ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java 
> (original)
> +++ ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java Mon Aug 
> 25 07:04:01 2008
> @@ -214,7 +214,7 @@
>                     entryVal = new ArrayList(entryVal);
>                 }
>                 Object entryKey = entry.getKey();
> -                result.put(entryKey, entryKey);
> +                result.put(entryKey, entryVal);
>             }
>         }
>         return result;
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to