This is an automated email from the ASF dual-hosted git repository. kturner pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new 3885a25df6 corrects illegal json in javadoc (#4446) 3885a25df6 is described below commit 3885a25df6f448846fa33f9f337336e49585f73e Author: Keith Turner <ktur...@apache.org> AuthorDate: Thu Apr 11 19:18:11 2024 -0400 corrects illegal json in javadoc (#4446) --- .../apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java b/core/src/main/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java index 5a30556f63..73952b7900 100644 --- a/core/src/main/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java +++ b/core/src/main/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java @@ -99,7 +99,7 @@ import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; * [ * {"name":"small", "type": "internal", "maxSize":"100M","numThreads":3}, * {"name":"medium", "type": "internal", "maxSize":"500M","numThreads":3}, - * {"name": "large", "type": "external", "queue", "Queue1"} + * {"name":"large", "type":"external", "queue":"Queue1"} * ]} * </pre> *