Skip to content

Commit 7fba9b6

Browse files
committed
doc: writeRegion and DataBlockSupplier
1 parent a542760 commit 7fba9b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/janelia/saalfeldlab/n5/N5Writer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ interface DataBlockSupplier<T> {
304304
*
305305
* @param gridPos
306306
* @param existingDataBlock
307-
* existing data to be merged into the new data block (maybe {@code null})
307+
* existing data to be merged into the new data block (may be {@code null})
308308
*
309309
* @return data block at the given gridPos
310310
*/
@@ -316,7 +316,7 @@ interface DataBlockSupplier<T> {
316316
* @param datasetAttributes the dataset attributes
317317
* @param min min pixel coordinate of region to write
318318
* @param size size in pixels of region to write
319-
* @param dataBlocks is asked to create blocks within the given region
319+
* @param dataBlocks is asked to create chunks within the given region
320320
* @param writeFully if false, merge existing data in shards/blocks that overlap the region boundary. if true, override everything.
321321
* @throws N5Exception the exception
322322
*/
@@ -355,7 +355,7 @@ default <T> void writeRegion(
355355
* @param size size in pixels of region to write
356356
* @param dataBlocks is asked to create blocks within the given region
357357
* @param writeFully if false, merge existing data in shards/blocks that overlap the region boundary. if true, override everything.
358-
* @param exec used to parallelize over blocks and shards
358+
* @param exec used to parallelize over blocks (chunks and shards)
359359
* @throws N5Exception the exception
360360
*/
361361
default <T> void writeRegion(

0 commit comments

Comments
 (0)