@@ -75,21 +75,19 @@ 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
- @ Parameter (
88
- label = "SciJava log level" ,
86
+ @ Parameter (label = "SciJava log level" ,
89
87
description = "<html>Log level for SciJava" ,
90
- initializer = "initializeLogLevel" ,
91
- callback = "setLogLevel" ,
92
- choices = {"ERROR" , "WARN" , "INFO" , "DEBUG" , "TRACE" },
88
+ initializer = "initializeLogLevel" , //
89
+ callback = "setLogLevel" , //
90
+ choices = { "ERROR" , "WARN" , "INFO" , "DEBUG" , "TRACE" }, //
93
91
persist = false )
94
92
private String logLevel ;
95
93
0 commit comments