From issues-return-139246-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sun Oct 21 21:08:54 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 73413180674 for ; Sun, 21 Oct 2018 21:08:53 +0200 (CEST) Received: (qmail 65133 invoked by uid 500); 21 Oct 2018 19:08:52 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 65122 invoked by uid 99); 21 Oct 2018 19:08:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Oct 2018 19:08:52 +0000 From: GitBox To: issues@maven.apache.org Subject: [GitHub] michael-o commented on a change in pull request #186: better performant for some Collection operations Message-ID: <154014893192.14584.1784970483474119929.gitbox@gitbox.apache.org> Date: Sun, 21 Oct 2018 19:08:51 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit michael-o commented on a change in pull request #186: better performant for some Collection operations URL: https://github.com/apache/maven/pull/186#discussion_r226874360 ########## File path: maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java ########## @@ -1194,7 +1194,7 @@ else if ( userSuppliedConfigurationProcessorCount > 1 ) sb.append( String.format( "%s\n", configurationProcessor.getClass().getName() ) ); } } - sb.append( String.format( "\n" ) ); + sb.append( "\n" ); Review comment: this should be platform specific ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services