You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/06/03 02:21:15 UTC

[16/19] accumulo git commit: ACCUMULO-4165 (javadoc) Remove empty paragraph

ACCUMULO-4165 (javadoc) Remove empty paragraph


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b517cc0a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b517cc0a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b517cc0a

Branch: refs/heads/1.8
Commit: b517cc0a01a748e597c59774c30ce213319d127a
Parents: a749ddb
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Jun 2 20:38:49 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Jun 2 20:38:49 2016 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/core/client/rfile/RFileWriter.java   | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/b517cc0a/core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriter.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriter.java b/core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriter.java
index 13da017..0c4d682 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriter.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriter.java
@@ -50,12 +50,9 @@ import com.google.common.base.Preconditions;
  * <li>The default locality group must be started last.</li>
  * </ul>
  *
- *
  * <p>
  * Below is an example of using RFileWriter
  *
- * <p>
- *
  * <pre>
  * {@code
  *    Iterable<Entry<Key, Value>> localityGroup1Data = ...