Update ObjectType.js Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9a7be814 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9a7be814 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9a7be814
Branch: refs/heads/ignite-7777 Commit: 9a7be814b4a1156aaeb1b02779701f6c382ca013 Parents: 1cb16ca Author: alexey-nbl <[email protected]> Authored: Tue May 8 22:19:01 2018 +0300 Committer: GitHub <[email protected]> Committed: Tue May 8 22:19:01 2018 +0300 ---------------------------------------------------------------------- modules/platforms/nodejs/lib/ObjectType.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9a7be814/modules/platforms/nodejs/lib/ObjectType.js ---------------------------------------------------------------------- diff --git a/modules/platforms/nodejs/lib/ObjectType.js b/modules/platforms/nodejs/lib/ObjectType.js index 3667c34..121ce2e 100644 --- a/modules/platforms/nodejs/lib/ObjectType.js +++ b/modules/platforms/nodejs/lib/ObjectType.js @@ -228,8 +228,8 @@ const COMPOSITE_TYPE = Object.freeze({ * * SEE THE PREVIOUS TABLE with the following additional comments: * - * - for COMPLEX_OBJECT the Ignite Client returns a JavaScript Object (eg. class) - * which was provided during the specified {@link ComplexObjectType} creation. + * - for COMPLEX_OBJECT the Ignite Client returns a JavaScript Object + * which is defined by the specified {@link ComplexObjectType}. * * - the returned Map for MAP is defined by the specified {@link MapObjectType}. * @@ -249,8 +249,8 @@ const COMPOSITE_TYPE = Object.freeze({ * * SEE THE PREVIOUS TABLE with the following additional comments: * - * - for COMPLEX_OBJECT the Ignite Client allows a JavaScript Object (eg. class) - * which was provided during the specified {@link ComplexObjectType} creation. + * - for COMPLEX_OBJECT the Ignite Client allows a JavaScript Object + * which is defined by the specified {@link ComplexObjectType}. * * - the allowed Map for MAP is defined by the specified {@link MapObjectType}. *
