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 2018/02/16 04:56:03 UTC

[accumulo] 02/02: Fix minor javadoc typo

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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 6a2cbe9d89b61df6db205384eeebbf9c6dee51f6
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Feb 15 23:54:46 2018 -0500

    Fix minor javadoc typo
---
 .../apache/accumulo/tserver/compaction/MajorCompactionRequest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/MajorCompactionRequest.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/MajorCompactionRequest.java
index f5f734e..d1ac98f 100644
--- a/server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/MajorCompactionRequest.java
+++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/MajorCompactionRequest.java
@@ -103,8 +103,8 @@ public class MajorCompactionRequest implements Cloneable {
    *
    * <p>
    * This method can only be called from {@link CompactionStrategy#gatherInformation(MajorCompactionRequest)}. Unfortunately, {@code gatherInformation()} is not
-   * called before {@link CompactionStrategy#shouldCompact(MajorCompactionRequest)}. Therefore {@code shouldCompact()) should just return true when a compactions strategy
-   * wants to use summary information.
+   * called before {@link CompactionStrategy#shouldCompact(MajorCompactionRequest)}. Therefore {@code shouldCompact()} should just return true when a
+   * compactions strategy wants to use summary information.
    *
    * <p>
    * When using summaries to make compaction decisions, its important to ensure that all summary data fits in the tablet server summary cache. The size of this

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