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:
Jason Tedor 2016-03-15 09:35:17 -04:00
parent fac0f990fc
commit 088dea8863
1 changed files with 1 additions and 1 deletions

View File

@ -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