Skip to content

Commit 1655bca

Browse files
committed
Add priority to DefaultSize
Given that this implementation is more specific (Intervals) than those in the engine, we should prefer it in cases where all could apply.
1 parent 8a85671 commit 1655bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scijava-ops-image/src/main/java/org/scijava/ops/image/stats/DefaultSize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @author Gabriel Selzer
4242
* @param <I> input type
4343
* @param <O> output type
44-
* @implNote op names='stats.size'
44+
* @implNote op names='stats.size', priority='100.'
4545
*/
4646
public class DefaultSize<I extends RealType<I>, O extends RealType<O>>
4747
implements Computers.Arity1<Interval, O>

0 commit comments

Comments
 (0)