mirror of https://github.com/apache/lucene.git
LUCENE-9206: add forbidden api exclusion to new class
This commit is contained in:
parent
bc5f837344
commit
196ec5f4a8
|
@ -45,6 +45,7 @@ public class IndexMergeTool {
|
|||
" to execute only the merges according to the merge policy.\n" +
|
||||
" -verbose print additional details.\n";
|
||||
|
||||
@SuppressForbidden(reason = "System.err required (verbose mode): command line tool")
|
||||
static class Options {
|
||||
String mergedIndexPath;
|
||||
String indexPaths[];
|
||||
|
|
Loading…
Reference in New Issue