You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/04/09 19:44:30 UTC

[accumulo] branch master updated: Fix javadoc in BulkFileIT

This is an automated email from the ASF dual-hosted git repository.

mmiller 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 9aae33b  Fix javadoc in BulkFileIT
9aae33b is described below

commit 9aae33bbf39098c8aa601c040754cf36bfbdf1d4
Author: Mike Miller <mm...@apache.org>
AuthorDate: Tue Apr 9 15:43:53 2019 -0400

    Fix javadoc in BulkFileIT
---
 test/src/main/java/org/apache/accumulo/test/functional/BulkFileIT.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/main/java/org/apache/accumulo/test/functional/BulkFileIT.java b/test/src/main/java/org/apache/accumulo/test/functional/BulkFileIT.java
index fa96815..e193c02 100644
--- a/test/src/main/java/org/apache/accumulo/test/functional/BulkFileIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/functional/BulkFileIT.java
@@ -46,7 +46,7 @@ import org.apache.hadoop.io.Text;
 import org.junit.Test;
 
 /**
- * Tests old bulk import technique. For new bulk import see {@link BulkFileIT}
+ * Tests old bulk import technique. For new bulk import see {@link BulkLoadIT}
  */
 public class BulkFileIT extends AccumuloClusterHarness {