keith-turner commented on code in PR #4314:
URL: https://github.com/apache/accumulo/pull/4314#discussion_r1508258097


##########
core/src/main/java/org/apache/accumulo/core/spi/compaction/SimpleCompactionDispatcher.java:
##########
@@ -26,13 +28,14 @@
 
 /**
  * Dispatcher that supports simple configuration for making tables use 
compaction services. By
- * default it dispatches to a compaction service named default.
+ * default, it dispatches to the compaction service named default
+ * {@link org.apache.accumulo.core.Constants#DEFAULT_COMPACTION_SERVICE_NAME}.

Review Comment:
   Could use the value javadoc tag here
   
   ```suggestion
    * {@value 
org.apache.accumulo.core.Constants#DEFAULT_COMPACTION_SERVICE_NAME}.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to