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 2021/08/31 16:03:31 UTC

[accumulo] branch main updated: Fix javadoc comment

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4b21ebe  Fix javadoc comment
4b21ebe is described below

commit 4b21ebe3d1cfe02cb60161a96b2acf238487aace
Author: Mike Miller <mm...@apache.org>
AuthorDate: Tue Aug 31 12:02:19 2021 -0400

    Fix javadoc comment
---
 .../java/org/apache/accumulo/core/spi/compaction/CompactionPlanner.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/spi/compaction/CompactionPlanner.java b/core/src/main/java/org/apache/accumulo/core/spi/compaction/CompactionPlanner.java
index 523c65a..64d300ed 100644
--- a/core/src/main/java/org/apache/accumulo/core/spi/compaction/CompactionPlanner.java
+++ b/core/src/main/java/org/apache/accumulo/core/spi/compaction/CompactionPlanner.java
@@ -34,7 +34,7 @@ import org.apache.accumulo.core.spi.common.ServiceEnvironment;
  */
 public interface CompactionPlanner {
 
-  /*
+  /**
    * This interface exists so the API can evolve and additional parameters can be passed to the
    * method in the future.
    *