(String file)
| 9 | private final String path; |
| 10 | |
| 11 | private EnFile(String file) { |
| 12 | this(file, file.replaceFirst(".yml", "")); |
| 13 | } |
| 14 | |
| 15 | private EnFile(String file, String path) { |
| 16 | this.file = file; |
nothing calls this directly
no outgoing calls
no test coverage detected