Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 1502bca

Browse files
committed
Fix javadoc error
1 parent 69984f0 commit 1502bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/imagej/notebook/ImageJNotebookService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ <T extends RealType<T>> Object RAIToPNG(RandomAccessibleInterval<T> source,
123123
* <p>
124124
* For example, passing a grid layout of {2, 2} with four images {A, B, C, D} will result in
125125
* them being laid out along the first two axes (let's call them X and Y) in a 2 x 2 grid:
126+
* </p>
126127
*
127128
* <pre>
128129
* AB
129130
* CD
130131
* </pre>
131-
* </p>
132132
* <p>
133133
* The images do not need to be of equal size; images will be padded along each dimension as
134134
* needed so that everything lines up in a grid. In the example above, if A and C have different

0 commit comments

Comments
 (0)