Hi Robert!

> +            for ( String providerType : providerImplementations.keySet() )
>             {
> -                String providerType = (String) i.next();
> -                String providerImplementation = (String) 
> providerImplementations.get( providerType );
> +                String providerImplementation = providerImplementations.get( 
> providerType );

why not just iterating over providerImplementations.entrySet() ?
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to