()
| 184 | } |
| 185 | |
| 186 | @AstroImageJ(reason = "Get file name for config") |
| 187 | private String getFileName() { |
| 188 | if (Files.exists(Path.of("AstroImageJ.l4j.ini"))) { |
| 189 | return "AstroImageJ.l4j.ini"; |
| 190 | } |
| 191 | |
| 192 | return "AstroImageJ.cfg"; |
| 193 | } |
| 194 | } |
no test coverage detected