GitHub user kcmvp opened a pull request:
https://github.com/apache/ignite/pull/4328 Ignite 8956
Fix Javadoc error.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/kcmvp/ignite IGNITE-8956
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4328.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4328
----
commit c193429f52171f0cee5e6128b163a303592f23ba
Author: kcmvp <kcheng.mvp@...>
Date: 2018-07-07T07:50:36Z
fix javadoc issue @inheritDoc used but check() does not override or implement any method.
commit f096726856f213a2da768f74b33a8c37e428a24e
Author: kcmvp <kcheng.mvp@...>
Date: 2018-07-07T07:55:11Z
fix javadoc issue @inheritDoc used but check() does not override or implement any method.
----
---