xtern commented on code in PR #7400:
URL: https://github.com/apache/ignite-3/pull/7400#discussion_r2698836756
##########
modules/api/src/main/java/org/apache/ignite/table/TupleImpl.java:
##########
@@ -419,25 +443,6 @@ private void writeObject(ObjectOutputStream out) throws
IOException {
return (idx == null) ? def : (T) colValues.get(idx);
}
- /** {@inheritDoc} */
- @Override
- public String toString() {
Review Comment:
was moved to the end of the class
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]