You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/05/07 20:38:08 UTC

[accumulo] branch master updated: Fixed more javadoc errors

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 2d869d3  Fixed more javadoc errors
2d869d3 is described below

commit 2d869d3bd160cc6552132b75257391f7feddc6ab
Author: Mike Walch <mw...@apache.org>
AuthorDate: Mon May 7 16:36:10 2018 -0400

    Fixed more javadoc errors
---
 .../java/org/apache/accumulo/core/client/impl/BulkSerialize.java    | 2 +-
 .../apache/accumulo/master/tableOps/bulkVer2/PrepBulkImport.java    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/client/impl/BulkSerialize.java b/core/src/main/java/org/apache/accumulo/core/client/impl/BulkSerialize.java
index 698b17f..e9dec5e 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/impl/BulkSerialize.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/impl/BulkSerialize.java
@@ -94,7 +94,7 @@ public class BulkSerialize {
   }
 
   /**
-   * Serialize bulk load mapping to {@link Constants.BULK_LOAD_MAPPING}
+   * Serialize bulk load mapping to {@value Constants#BULK_LOAD_MAPPING}
    */
   public static void writeLoadMapping(SortedMap<KeyExtent,Bulk.Files> loadMapping, String sourceDir,
       Output output) throws IOException {
diff --git a/server/master/src/main/java/org/apache/accumulo/master/tableOps/bulkVer2/PrepBulkImport.java b/server/master/src/main/java/org/apache/accumulo/master/tableOps/bulkVer2/PrepBulkImport.java
index 48b3e24..d4df1c2 100644
--- a/server/master/src/main/java/org/apache/accumulo/master/tableOps/bulkVer2/PrepBulkImport.java
+++ b/server/master/src/main/java/org/apache/accumulo/master/tableOps/bulkVer2/PrepBulkImport.java
@@ -57,9 +57,9 @@ import com.google.common.collect.Iterators;
 /**
  * Prepare bulk import directory. This REPO creates a bulk directory in Accumulo, list all the files
  * in the original directory and creates a renaming file for moving the files (which happens next in
- * BulkImportMove). The renaming file has a mapping of originalPath -> newPath. The newPath will be
- * the bulk directory in Accumulo. The renaming file is called {@link Constants.BULK_RENAME_FILE}
- * and is written to the {@link Constants.BULK_PREFIX} bulk directory generated here.
+ * BulkImportMove). The renaming file has a mapping of originalPath to newPath. The newPath will be
+ * the bulk directory in Accumulo. The renaming file is called {@value Constants#BULK_RENAME_FILE}
+ * and is written to the {@value Constants#BULK_PREFIX} bulk directory generated here.
  *
  * @since 2.0.0
  */

-- 
To stop receiving notification emails like this one, please contact
mwalch@apache.org.