Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 b7fc32b4e -> 7743f0cab
IGNITE-843 Fix javadoc. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7743f0ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7743f0ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7743f0ca Branch: refs/heads/ignite-843 Commit: 7743f0cab34f8dde68081e4f40ba511870e5d622 Parents: b7fc32b Author: sevdokimov <sevdoki...@gridgain.com> Authored: Thu Aug 13 18:49:19 2015 +0300 Committer: sevdokimov <sevdoki...@gridgain.com> Committed: Thu Aug 13 18:49:39 2015 +0300 ---------------------------------------------------------------------- modules/control-center-web/src/main/js/agents/agent-manager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7743f0ca/modules/control-center-web/src/main/js/agents/agent-manager.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/agents/agent-manager.js b/modules/control-center-web/src/main/js/agents/agent-manager.js index 777dac2..43d8f9f 100644 --- a/modules/control-center-web/src/main/js/agents/agent-manager.js +++ b/modules/control-center-web/src/main/js/agents/agent-manager.js @@ -168,7 +168,7 @@ Client.prototype.authResult = function(error) { * @param {String} jdbcUrl * @param {Object} jdbcInfo * @param {Boolean} tablesOnly - * @param {Function} cb Callback. Take 3 arguments: {String} error, {Object} exception, {Object} result. + * @param {Function} cb Callback. Take two arguments: {Object} exception, {Object} result. * @return {Array} List of tables (see org.apache.ignite.schema.parser.DbTable java class) */ Client.prototype.extractMetadata = function(jdbcDriverJarPath, jdbcDriverClass, jdbcUrl, jdbcInfo, tablesOnly, cb) { @@ -176,7 +176,7 @@ Client.prototype.extractMetadata = function(jdbcDriverJarPath, jdbcDriverClass, }; /** - * @param {Function} cb Callback. + * @param {Function} cb Callback. Take two arguments: {Object} exception, {Object} result. * @return {Array} List of jars from driver folder. */ Client.prototype.availableDrivers = function(cb) {