Skip to content

Commit 9b96272

Browse files
committed
Add a FIXME
See also #213.
1 parent 98f696f commit 9b96272

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/scijava/command/CommandModuleItem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public T getMaximumValue() {
145145

146146
@Override
147147
public Number getStepSize() {
148+
// FIXME: stepSize should be typed on T, not Number!
148149
final String value = getParameter().stepSize();
149150
try {
150151
final double stepSize = Double.parseDouble(value);

0 commit comments

Comments
 (0)