We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243739c commit c12f147Copy full SHA for c12f147
src/main/java/net/imagej/legacy/ImageJ2Options.java
@@ -226,7 +226,7 @@ private void setLogLevel() {
226
/**
227
* Parses a log level from a {@code String}
228
*
229
- * FIXME Could be removed if log level is defined as enumeration
+ * TODO Could be removed if log level is defined as enumeration
230
231
* @param level
232
* @return the {@code int} associated with the level
@@ -247,7 +247,7 @@ private int parseLogLevel(String level) {
247
248
* Parses a log level from a {@code int}
249
250
251
252
253
* @return the {@code String} associated with the level
0 commit comments