We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f696f commit 9b96272Copy full SHA for 9b96272
src/main/java/org/scijava/command/CommandModuleItem.java
@@ -145,6 +145,7 @@ public T getMaximumValue() {
145
146
@Override
147
public Number getStepSize() {
148
+ // FIXME: stepSize should be typed on T, not Number!
149
final String value = getParameter().stepSize();
150
try {
151
final double stepSize = Double.parseDouble(value);
0 commit comments