Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9CF28200D35 for ; Tue, 24 Oct 2017 00:23:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9B81F160BF0; Mon, 23 Oct 2017 22:23:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E10B11609E0 for ; Tue, 24 Oct 2017 00:23:29 +0200 (CEST) Received: (qmail 92150 invoked by uid 500); 23 Oct 2017 22:23:29 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 92139 invoked by uid 99); 23 Oct 2017 22:23:29 -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; Mon, 23 Oct 2017 22:23:29 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] asfgit closed pull request #314: ACCUMULO-4703 Use formatter-maven-plugin 2.1.0.RC1 Message-ID: <150879740853.9207.11429906695979380138.gitbox@gitbox.apache.org> archived-at: Mon, 23 Oct 2017 22:23:30 -0000 asfgit closed pull request #314: ACCUMULO-4703 Use formatter-maven-plugin 2.1.0.RC1 URL: https://github.com/apache/accumulo/pull/314 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/iterator-test-harness/src/main/java/org/apache/accumulo/iteratortest/IteratorTestOutput.java b/iterator-test-harness/src/main/java/org/apache/accumulo/iteratortest/IteratorTestOutput.java index cf1e50c7fd..8ed8d5b051 100644 --- a/iterator-test-harness/src/main/java/org/apache/accumulo/iteratortest/IteratorTestOutput.java +++ b/iterator-test-harness/src/main/java/org/apache/accumulo/iteratortest/IteratorTestOutput.java @@ -35,15 +35,20 @@ * An outcome about what happened during a test case. */ public enum TestOutcome { + /** * The IteratorTestCase proactively passed. */ - PASSED, /** - * The IteratorTestCase proactively failed. - */ - FAILED, /** - * The IteratorTestCase completed, but the pass/fail should be determined by the other context. - */ + PASSED, + + /** + * The IteratorTestCase proactively failed. + */ + FAILED, + + /** + * The IteratorTestCase completed, but the pass/fail should be determined by the other context. + */ COMPLETED } diff --git a/pom.xml b/pom.xml index 0d8782d61b..0e5ffd6765 100644 --- a/pom.xml +++ b/pom.xml @@ -945,7 +945,7 @@ net.revelc.code.formatter formatter-maven-plugin - 2.0.1 + 2.1.0.RC1 ${maven.compiler.source} ${maven.compiler.source} @@ -956,6 +956,11 @@ LF true + true + true + true + true + true diff --git a/server/base/src/main/java/org/apache/accumulo/server/init/Initialize.java b/server/base/src/main/java/org/apache/accumulo/server/init/Initialize.java index e12f790b3b..be3869b105 100644 --- a/server/base/src/main/java/org/apache/accumulo/server/init/Initialize.java +++ b/server/base/src/main/java/org/apache/accumulo/server/init/Initialize.java @@ -647,9 +647,8 @@ private String getRootUserName(Opts opts) throws IOException { /** * Create warning message related to initial password, if appropriate. * - * ACCUMULO-2907 Remove unnecessary security warning from console message unless its actually appropriate. - * The warning message should only be displayed when the value of instance.security.authenticator - * differs between the SiteConfiguration and the DefaultConfiguration values. + * ACCUMULO-2907 Remove unnecessary security warning from console message unless its actually appropriate. The warning message should only be displayed when + * the value of instance.security.authenticator differs between the SiteConfiguration and the DefaultConfiguration values. * * @return String containing warning portion of console message. */ ---------------------------------------------------------------- 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