Skip to content

Commit 827947f

Browse files
committed
Fix javadoc linting error
1 parent ceaf0f8 commit 827947f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/net/imglib2/algorithm/dog/DifferenceOfGaussian.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,12 @@ public static < I extends NumericType< I >, T extends NumericType< T > & NativeT
139139
* Compute the difference of Gaussian for the input. Input convolved with
140140
* Gaussian of sigmaSmaller is subtracted from input convolved with Gaussian
141141
* of sigmaLarger (where sigmaLarger &gt; sigmaSmaller).
142-
* </p>
142+
* <p>
143143
* This method differs from
144144
* {@link #DoG(double[], double[], RandomAccessible, RandomAccessible, RandomAccessibleInterval, ExecutorService)}
145145
* only in that its parameter order is tailored to an Op. The output comes
146146
* last, and the primary input (the input image) comes first.
147+
* </p>
147148
*
148149
* @implNote op name="filter.DoG", type=Computer
149150
* @param input

0 commit comments

Comments
 (0)