explicitly closing log file
This commit is contained in:
parent
8e5154e911
commit
a7c1bc100d
Binary file not shown.
|
@ -73,7 +73,7 @@ public class EnumToString {
|
||||||
headerFileContent.append("#endif /*_A_H_HEADER_ */\r\n");
|
headerFileContent.append("#endif /*_A_H_HEADER_ */\r\n");
|
||||||
|
|
||||||
writeCppAndHeaderFiles(outputPath + File.separator + "auto_generated_enums");
|
writeCppAndHeaderFiles(outputPath + File.separator + "auto_generated_enums");
|
||||||
|
SystemOut.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void writeCppAndHeaderFiles(String outFileName) throws IOException {
|
private static void writeCppAndHeaderFiles(String outFileName) throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue