From commits-return-22405-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Tue Dec 11 17:44:34 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 5EFBC180671 for ; Tue, 11 Dec 2018 17:44:34 +0100 (CET) Received: (qmail 31196 invoked by uid 500); 11 Dec 2018 16:44:33 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 31187 invoked by uid 99); 11 Dec 2018 16:44:33 -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; Tue, 11 Dec 2018 16:44:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 04A0982F23; Tue, 11 Dec 2018 16:44:33 +0000 (UTC) Date: Tue, 11 Dec 2018 16:44:32 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch master updated: Auto-formatting fix (#814) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154454667292.6201.6232293257226639713@gitbox.apache.org> From: mwalch@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 00b5fd6f15186d7ca28307b4bcd00282fc3afe70 X-Git-Newrev: c8d19d45f361f49a4d42b07310393b7bdf68b3b4 X-Git-Rev: c8d19d45f361f49a4d42b07310393b7bdf68b3b4 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. mwalch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git The following commit(s) were added to refs/heads/master by this push: new c8d19d4 Auto-formatting fix (#814) c8d19d4 is described below commit c8d19d45f361f49a4d42b07310393b7bdf68b3b4 Author: Mike Walch AuthorDate: Tue Dec 11 11:41:19 2018 -0500 Auto-formatting fix (#814) --- .../accumulo/core/clientImpl/mapreduce/lib/ConfiguratorBase.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/accumulo/core/clientImpl/mapreduce/lib/ConfiguratorBase.java b/core/src/main/java/org/apache/accumulo/core/clientImpl/mapreduce/lib/ConfiguratorBase.java index bb76c7b..a1b7dd6 100644 --- a/core/src/main/java/org/apache/accumulo/core/clientImpl/mapreduce/lib/ConfiguratorBase.java +++ b/core/src/main/java/org/apache/accumulo/core/clientImpl/mapreduce/lib/ConfiguratorBase.java @@ -304,7 +304,8 @@ public class ConfiguratorBase { * @param clientConfig * client configuration for specifying connection timeouts, SSL connection options, etc. * @since 1.6.0 - * @deprecated since 2.0.0; use {@link #setClientProperties(Class, Configuration, Properties)} instead + * @deprecated since 2.0.0; use {@link #setClientProperties(Class, Configuration, Properties)} + * instead */ @Deprecated public static void setZooKeeperInstance(Class implementingClass, Configuration conf,