File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/imglib2/algorithm/blocks Expand file tree Collapse file tree 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 >
4141 * {@code src} and {@code dest} are expected to be flattened arrays of the
4242 * dimensions specified in {@link #setTargetInterval} and computed in {@link
4343 * #getSourceSize}, respectively. The typical sequence is:
44- * <nl >
44+ * <ol >
4545 * <li>A given target array {@code dest} with known flattened layout and min
4646 * position should be computed.</li>
4747 * <li>Call {@link #setTargetInterval}. This will compute the corresponding
@@ -52,7 +52,7 @@ public interface BlockProcessor< I, O >
5252 * #getSourceBuffer}, or otherwise allocated) with the input data (see
5353 * {@link PrimitiveBlocks#copy}).</li>
5454 * <li>Call {@code compute(src, dest)} to compute the target array.</li>
55- * </nl >
55+ * </ol >
5656 * Note, that the {@code src} and {@code dest} arrays may be larger than
5757 * implied by {@code setTargetInterval} and {@code getSourceSize}. In that
5858 * case the trailing elements are ignored.
You can’t perform that action at this time.
0 commit comments