From commits-return-21813-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Mon May 7 21:23:53 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 45995180648 for ; Mon, 7 May 2018 21:23:53 +0200 (CEST) Received: (qmail 77630 invoked by uid 500); 7 May 2018 19:23:52 -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 77621 invoked by uid 99); 7 May 2018 19:23: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; Mon, 07 May 2018 19:23:52 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9860980630; Mon, 7 May 2018 19:23:51 +0000 (UTC) Date: Mon, 07 May 2018 19:23:51 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch master updated: Fixed javadoc build error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152572103154.17506.17325494292666786902@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: 674499ffe5bd82142337b45aac0cc32d744f5843 X-Git-Newrev: 7b048a80279700b26c5bf0c50f4b8256dbd07c93 X-Git-Rev: 7b048a80279700b26c5bf0c50f4b8256dbd07c93 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 7b048a8 Fixed javadoc build error 7b048a8 is described below commit 7b048a80279700b26c5bf0c50f4b8256dbd07c93 Author: Mike Walch AuthorDate: Mon May 7 15:22:22 2018 -0400 Fixed javadoc build error --- .../java/org/apache/accumulo/core/client/admin/TableOperations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java index 2b82e72..1596ea2 100644 --- a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java +++ b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java @@ -671,7 +671,7 @@ public interface TableOperations { /** * Bulk import the files in a directory into a table. Files can be created using - * {@link AccumuloFileOutputFormat} and {@link RFile#newWriter()}. + * {@code AccumuloFileOutputFormat} and {@link RFile#newWriter()}. * *

* This new method of bulk import examines files in the current process outside of holding a table -- To stop receiving notification emails like this one, please contact mwalch@apache.org.