Skip to content

Commit e655bd3

Browse files
committed
remove final keyword in OpenBDVBioFormatsCommand fix #208
1 parent c8dfe07 commit e655bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/embl/cba/bdp2/open/bioformats/OpenBDVBioFormatsCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class OpenBDVBioFormatsCommand< R extends RealType< R > & NativeType< R >
5151
public static final String COMMAND_FULL_NAME = COMMAND_BDP2_PREFIX + COMMAND_NAME;
5252

5353
@Parameter( label = "Series index", min = "0", persist = false )
54-
private final int seriesIndex = 0;
54+
private int seriesIndex = 0;
5555

5656
@Override
5757
public void run() {

0 commit comments

Comments
 (0)