GitHub user ebourg opened a pull request:
https://github.com/apache/maven-wagon/pull/8
Code cleanup
Here is a patch performing minor code improvements (foreach loops,
generics, unused imports, StringBuilders, etc)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ebourg/maven-wagon master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-wagon/pull/8.patch
----
commit c39331881355cbced56ff3fb7e1fdb8c4fbe7f93
Author: Emmanuel Bourg <[email protected]>
Date: 2013-11-13T09:25:05Z
Replaced StringBuffers with StringBuilders
commit 6e09858022e3dee0e5aea994a33f2dd89e287661
Author: Emmanuel Bourg <[email protected]>
Date: 2013-11-13T10:54:21Z
Removed unused import statements
commit e4db9c20a379befe2fe1d2151852155368a3df89
Author: Emmanuel Bourg <[email protected]>
Date: 2013-11-13T11:09:06Z
Use String.contains() instead of indexOf() when possible
commit ddfeecfd34d1ca9363820b3998b4c60b72d0ac8d
Author: Emmanuel Bourg <[email protected]>
Date: 2013-11-13T12:00:26Z
Foreach loops
commit 0d6d1f3ad432a0a257e0bc7404ac31dbe0ae7810
Author: Emmanuel Bourg <[email protected]>
Date: 2013-11-13T12:06:55Z
Minor code simplifications
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]