GitHub user sihuazhou opened a pull request:
https://github.com/apache/flink/pull/6144
[hotfix][javadoc]Fix the incorrect java doc for OptionsFactory.
## What is the purpose of the change
*This PR simply fixes the incorrect java doc of `OptionsFactory`.*
## Brief change log
*(for example:)*
- *fixes the incorrect java doc of `OptionsFactory`*
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- No
## Documentation
- No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sihuazhou/flink fixJavaDocOfOptionsFactory
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6144.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6144
----
commit a7b61c4a5fbcf9600006cc309eb263e506245f6e
Author: sihuazhou <summerleafs@...>
Date: 2018-06-10T04:27:46Z
fix the incorrect java doc for OptionsFactory.
----
---