oleg-vlsk commented on code in PR #11294:
URL: https://github.com/apache/ignite/pull/11294#discussion_r1555205726
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/file/AbstractFileIO.java:
##########
@@ -46,29 +46,44 @@ private interface IOOperation {
* @param num Number of bytes to operate.
*/
private int fully(IOOperation operation, long position, int num, boolean
write) throws IOException {
- if (num > 0) {
Review Comment:
Indentation changes reverted.
--
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]