Skip to content

Commit 8898c3c

Browse files
committed
fix: javadoc errors
Signed-off-by: Caleb Hulbert <cmhulbert@gmail.com>
1 parent 1489388 commit 8898c3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/janelia/saalfeldlab/n5/codec/DatasetCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* A Codec that transforms the contents of a {@link DataBlock}.
88
* <p>
9-
* This class is N5's analogue to Zarr's array -> array codec.
9+
* This class is N5's analogue to Zarr's array-to-array codec.
1010
*/
1111
public interface DatasetCodec<T> {
1212

src/main/java/org/janelia/saalfeldlab/n5/codec/transpose/TransposeCodecInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* result = [9, 7, 8] // permuted block size
2121
*
2222
* <p>
23-
* See the specification of <a href="https://zarr-specs.readthedocs.io/en/latest/v3/codecs/transpose/index.html#transpose-codec">Zarr's Transpose codec<a>.
23+
* See the specification of <a href="https://zarr-specs.readthedocs.io/en/latest/v3/codecs/transpose/index.html#transpose-codec">Zarr's Transpose codec</a>.
2424
*/
2525
@NameConfig.Name(value = TransposeCodecInfo.TYPE)
2626
public class TransposeCodecInfo implements DatasetCodecInfo {

0 commit comments

Comments
 (0)