Skip to content

Commit 49adde6

Browse files
committed
doc: fix javadoc references to NestedGrid
1 parent 8a47ff3 commit 49adde6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ default <T> List<DataBlock<T>> readBlocks(
351351
/**
352352
* Reads a shard as a {@link DataBlock}.
353353
* <p>
354-
* A "shard" is the largest level of the datasets {@link NestedGrid}
354+
* A "shard" is the largest level of the datasets {@link org.janelia.saalfeldlab.n5.shard.Nesting.NestedGrid}
355355
* This method's behavior is identical to readBlock for un-sharded datasets.
356356
*
357357
* @param <T>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ default <T> void writeBlocks(
281281
/**
282282
* Writes a shard stored as a {@link DataBlock}.
283283
* <p>
284-
* A "shard" is the largest level of the datasets {@link NestedGrid}.
284+
* A "shard" is the largest level of the datasets {@link org.janelia.saalfeldlab.n5.shard.Nesting.NestedGrid}.
285285
* This method's behavior is identical to writeBlock for un-sharded datasets.
286286
*
287-
* @param datasetPath dataset path
287+
* @param pathName dataset path
288288
* @param datasetAttributes the dataset attributes
289289
* @param dataBlock the data block
290290
* @param <T> the data block data type

0 commit comments

Comments
 (0)