Erik, I don't think the change below has been intentional:

On 27 Apr 2002, <[EMAIL PROTECTED]> wrote:

>  @@ -405,15 +406,19 @@
>        *                           method fails.
>        */
>       public void setAttribute(Project p, Object element, String 
> attributeName,
>  -                             String value)
>  -        throws BuildException {
>  -        AttributeSetter as 
>  -            = (AttributeSetter) attributeSetters.get(attributeName);
>  +                             String value) throws BuildException {
>  +        AttributeSetter as = (AttributeSetter) 
> attributeSetters.get(attributeName);

Stefan

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

Reply via email to