Drive-by: a bit of modernization & warning cleanup, UTF-8 edition.

This commit is contained in:
Ray J. Greenwell
2026-03-21 15:18:39 -07:00
parent d7b4e10430
commit 99f797f66a
6 changed files with 18 additions and 20 deletions
@@ -163,7 +163,7 @@ public abstract class GenTask extends Task
}
log("Writing file " + outputPath, Project.MSG_VERBOSE);
new PrintWriter(dest, "UTF-8").append(output).close();
new PrintWriter(dest, UTF_8).append(output).close();
}
/**