Skip to content

Commit bac976f

Browse files
committed
refactor v2 code
1 parent f46db19 commit bac976f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/hdf5javalib/hdffile/infrastructure/HdfLocalHeap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void writeToByteChannel(SeekableByteChannel seekableByteChannel) throws I
128128
// seekableByteChannel.write(buffer);
129129
// }
130130
//
131-
heapData.writeToByteChannel(seekableByteChannel, hdfDataFile);
131+
// heapData.writeToByteChannel(seekableByteChannel, hdfDataFile);
132132
}
133133

134134
/**

0 commit comments

Comments
 (0)