Skip to content

Commit c04b39c

Browse files
committed
Remove obsolete TODOs about optional parameters
1 parent 1232037 commit c04b39c

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

scijava-ops-image/src/main/java/org/scijava/ops/image/filter/dog/DoGVaryingSigmas.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public class DoGVaryingSigmas<T extends NumericType<T> & NativeType<T>>
6060
private Computers.Arity3<RandomAccessibleInterval<T>, Computers.Arity1<RandomAccessibleInterval<T>, RandomAccessibleInterval<T>>, //
6161
Computers.Arity1<RandomAccessibleInterval<T>, RandomAccessibleInterval<T>>, RandomAccessibleInterval<T>> dogOp;
6262

63-
// TODO: make the outOfBoundsFactory optional (see DoGTest for the default).
6463
/**
6564
* TODO
6665
*

scijava-ops-image/src/main/java/org/scijava/ops/image/transform/DefaultTransformView.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ public class DefaultTransformView<T extends NumericType<T> & RealType<T>>
5858
{
5959

6060
/**
61-
* TODO: declare {@code outputInterval}, {@code interpolator} as optional once
62-
* <a href=https://github.com/scijava/incubator/pull/32>this issue</a> has
63-
* been resolved. Until then, this op <b>must</b> be called as a
64-
* {@link Functions.Arity4}
61+
* TODO
6562
*
6663
* @param input the input
6764
* @param transform the transform to apply

0 commit comments

Comments
 (0)