File tree Expand file tree Collapse file tree
src/main/java/org/janelia/saalfeldlab/n5 Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments