Skip to content
Snippets Groups Projects
Commit ab142588 authored by dgelessus's avatar dgelessus
Browse files

Make TLC4B.createFile private

parent 47f8417e
Branches
Tags
No related merge requests found
Pipeline #140122 passed
......@@ -558,8 +558,7 @@ public class TLC4B {
}
}
public static File createFile(File dir, String fileName, String text, boolean deleteOnExit) {
private static File createFile(File dir, String fileName, String text, boolean deleteOnExit) {
File file = new File(dir, fileName);
boolean exists = false;
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment