Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C04D105CF for ; Wed, 13 Nov 2013 12:11:01 +0000 (UTC) Received: (qmail 44197 invoked by uid 500); 13 Nov 2013 12:11:00 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 43914 invoked by uid 500); 13 Nov 2013 12:10:59 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 42872 invoked by uid 99); 13 Nov 2013 12:10:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 12:10:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 199088A6AC5; Wed, 13 Nov 2013 12:10:57 +0000 (UTC) From: ebourg To: dev@maven.apache.org Subject: maven-wagon pull request: Code cleanup Content-Type: text/plain Message-Id: <20131113121057.199088A6AC5@tyr.zones.apache.org> Date: Wed, 13 Nov 2013 12:10:57 +0000 (UTC) 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 Date: 2013-11-13T09:25:05Z Replaced StringBuffers with StringBuilders commit 6e09858022e3dee0e5aea994a33f2dd89e287661 Author: Emmanuel Bourg Date: 2013-11-13T10:54:21Z Removed unused import statements commit e4db9c20a379befe2fe1d2151852155368a3df89 Author: Emmanuel Bourg Date: 2013-11-13T11:09:06Z Use String.contains() instead of indexOf() when possible commit ddfeecfd34d1ca9363820b3998b4c60b72d0ac8d Author: Emmanuel Bourg Date: 2013-11-13T12:00:26Z Foreach loops commit 0d6d1f3ad432a0a257e0bc7404ac31dbe0ae7810 Author: Emmanuel Bourg Date: 2013-11-13T12:06:55Z Minor code simplifications ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org