File tree 1 file changed +2
-2
lines changed
src/main/java/net/imglib2/algorithm/blocks
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public interface BlockProcessor< I, O >
41
41
* {@code src} and {@code dest} are expected to be flattened arrays of the
42
42
* dimensions specified in {@link #setTargetInterval} and computed in {@link
43
43
* #getSourceSize}, respectively. The typical sequence is:
44
- * <nl >
44
+ * <ol >
45
45
* <li>A given target array {@code dest} with known flattened layout and min
46
46
* position should be computed.</li>
47
47
* <li>Call {@link #setTargetInterval}. This will compute the corresponding
@@ -52,7 +52,7 @@ public interface BlockProcessor< I, O >
52
52
* #getSourceBuffer}, or otherwise allocated) with the input data (see
53
53
* {@link PrimitiveBlocks#copy}).</li>
54
54
* <li>Call {@code compute(src, dest)} to compute the target array.</li>
55
- * </nl >
55
+ * </ol >
56
56
* Note, that the {@code src} and {@code dest} arrays may be larger than
57
57
* implied by {@code setTargetInterval} and {@code getSourceSize}. In that
58
58
* case the trailing elements are ignored.
You can’t perform that action at this time.
0 commit comments