Skip to content

IGNITE-11703: Implemented default implementation of boilerplate#6435

Closed
isapego wants to merge 3 commits into
apache:masterfrom
gridgain:ignite-11703
Closed

IGNITE-11703: Implemented default implementation of boilerplate#6435
isapego wants to merge 3 commits into
apache:masterfrom
gridgain:ignite-11703

Conversation

@isapego
Copy link
Copy Markdown
Contributor

@isapego isapego commented Apr 10, 2019

BinaryType methods.

};

/**
* Default implementations of BinaryType hashing functions.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment does not reflect non-nullable behavior.

{
return one.val1 == two.val1 && one.val2 == two.val2 &&
return one.val1 == two.val1 && one.val2 == two.val2 &&
one.rawVal1 == two.rawVal1 &&one.rawVal2 == two.rawVal2;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a space after && in &&one.rawVal2 == two.rawVal2

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, that's what I call attentiveness )

@asfgit asfgit closed this in 806939e Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants