Fix javadoc comment on Elasticsearch#init
This commit fixes a stale javadoc comment on Elasticsearch#init; the method is now visible for testing.
This commit is contained in:
parent
fac0f990fc
commit
088dea8863
|
@ -45,7 +45,7 @@ class Elasticsearch extends Command {
|
|||
private final OptionSpec<String> pidfileOption;
|
||||
private final OptionSpec<KeyValuePair> propertyOption;
|
||||
|
||||
/** no instantiation */
|
||||
// visible for testing
|
||||
Elasticsearch() {
|
||||
super("starts elasticsearch");
|
||||
// TODO: in jopt-simple 5.0, make this mutually exclusive with all other options
|
||||
|
|
Loading…
Reference in New Issue