(final BufferedWriter bw)
| 503 | } |
| 504 | |
| 505 | private static void writeCustomHeader(final BufferedWriter bw) throws IOException |
| 506 | { |
| 507 | bw.write("#"); |
| 508 | bw.newLine(); |
| 509 | bw.write(AUTO_GEN_WARN_LINE_1); |
| 510 | bw.newLine(); |
| 511 | bw.write(AUTO_GEN_WARN_LINE_2); |
| 512 | bw.newLine(); |
| 513 | bw.write("#"); |
| 514 | bw.newLine(); |
| 515 | bw.write("SOURCELONG:Custom\tSOURCESHORT:Custom"); |
| 516 | bw.newLine(); |
| 517 | } |
| 518 | |
| 519 | private static void writeCustomLanguages() |
| 520 | { |
no test coverage detected