We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df49f87 commit f978d9eCopy full SHA for f978d9e
1 file changed
src/main/java/org/janelia/saalfeldlab/n5/serialization/N5Annotations.java
@@ -27,10 +27,10 @@ public interface N5Annotations extends Serializable {
27
* <p>
28
* Example usage:
29
* <pre>{@code
30
- * @ReverseArray
31
- * @Parameter("chunk_shape")
+ * @ReverseArray
+ * @Parameter("chunk_shape")
32
* private final int[] shape; // Will be reversed when serializing
33
- * </pre>
+ * }</pre>
34
35
* This ensures that dimension-related arrays maintain the correct semantic meaning
36
* across different storage format conventions.
0 commit comments