AS editing fix + some DottedChain changes

This commit is contained in:
2015-07-15 20:15:04 +02:00
parent c9efbedc40
commit a61ff138ea
7 changed files with 9 additions and 9 deletions
@@ -1401,7 +1401,7 @@ public class CommandLineArgumentParser {
inFile.delete();
tmpFile.renameTo(inFile);
tmpFile = null;
System.out.println("" + inFile + " overwritten.");
System.out.println(inFile + " overwritten.");
}
System.out.println("OK");
} catch (FileNotFoundException ex) {