TMC-IO: Fixed typos, no functional changes

This commit is contained in:
Harald Kuhr 2013-09-08 14:21:51 +02:00
parent 55bd82491f
commit 23ae6a966a

View File

@ -79,7 +79,7 @@ public final class FileUtil {
/* /*
* Method main for test only. * Method main for test only.
*/ *
public static void main0(String[] pArgs) { public static void main0(String[] pArgs) {
if (pArgs.length != 2) { if (pArgs.length != 2) {
System.out.println("usage: java Copy in out"); System.out.println("usage: java Copy in out");
@ -94,6 +94,7 @@ public final class FileUtil {
System.out.println(e.getMessage()); System.out.println(e.getMessage());
} }
} }
//*/
// Avoid instances/constructor showing up in API doc // Avoid instances/constructor showing up in API doc
private FileUtil() {} private FileUtil() {}
@ -204,7 +205,7 @@ public final class FileUtil {
close(out); close(out);
} }
return true; // If we got here, everything's probably okay.. ;-) return true; // If we got here, everything is probably okay.. ;-)
} }
/** /**