Skip to content

Commit

Permalink
IGNITE-20472 revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nizhikov committed Oct 2, 2023
1 parent cbb409f commit 2fa2244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ public KeyCacheObjectImpl(Object val, byte[] valBytes, int part) {

/** {@inheritDoc} */
@Override public int hashCode() {
if (val == null)
System.out.println("KeyCacheObjectImpl.hashCode");

assert val != null;

return IgniteUtils.hashCode(val);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1319,8 +1319,6 @@ public <M extends Serializable> void storeSnapshotMeta(M meta, File smf) {

out.write(bytes, off, len);
}

out.flush();
}
catch (IOException | IgniteCheckedException e) {
throw new IgniteException(e);
Expand Down

0 comments on commit 2fa2244

Please sign in to comment.