Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Developers List »

Re: svn commit: r688729 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java

Peter Reilly

2008-08-27


Author LoginPost Reply
yikes!
Peter

On Mon, Aug 25, 2008 at 3:04 PM, <bodewig@(protected):
> 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
> @@(protected) @@
>              entryVal = new ArrayList(entryVal);
>           }
>           Object entryKey = entry.getKey();
> -           result.put(entryKey, entryKey);
> +           result.put(entryKey, entryVal);
>         }
>      }
>      return result;
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@(protected)
For additional commands, e-mail: dev-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.