@@ -75,25 +75,18 @@ public class ImageJ2Options extends OptionsPlugin implements Interactive {
75
75
* This system leverages the <a href="http://imagej.net/SCIFIO">SCIFIO</a>
76
76
* library to open image files.
77
77
*/
78
- @ Parameter (
79
- label = "Use SCIFIO when opening files (BETA!)" ,
80
- description = "<html>Whether to use ImageJ2's file I/O mechanism when "
81
- + "opening files.<br>Image files will be opened using the SCIFIO library "
82
- + "(SCientific Image<br>Format Input and Output), which provides truly "
83
- + "extensible support for<br>reading and writing image file formats." ,
78
+ @ Parameter (label = "Use SCIFIO when opening files (BETA!)" ,
79
+ description = "<html>Whether to use ImageJ2's file I/O mechanism when " +
80
+ "opening files.<br>Image files will be opened using the SCIFIO library " +
81
+ "(SCientific Image<br>Format Input and Output), which provides truly " +
82
+ "extensible support for<br>reading and writing image file formats." ,
84
83
callback = "run" )
85
84
private boolean sciJavaIO = false ;
86
85
87
- /**
88
- *
89
- */
90
- @ Parameter (
91
- label = "SciJava log level" ,
86
+ @ Parameter (label = "SciJava log level" ,
92
87
description = "<html>Log level for SciJava" ,
93
- initializer = "initializeLogLevel" ,
94
- callback = "setLogLevel" ,
95
- choices = {"ERROR" , "WARN" , "INFO" , "DEBUG" , "TRACE" },
96
- persist = false )
88
+ initializer = "initializeLogLevel" , callback = "setLogLevel" , choices = {
89
+ "ERROR" , "WARN" , "INFO" , "DEBUG" , "TRACE" }, persist = true )
97
90
private String logLevel ;
98
91
99
92
@ Parameter (label = "What is ImageJ2?" , persist = false , callback = "help" )
0 commit comments