tweaks after review

This commit is contained in:
zzz
2010-11-14 23:58:13 +00:00
parent 2121b04f31
commit 355ca7b2f7
7 changed files with 14 additions and 12 deletions

View File

@@ -25,8 +25,7 @@ public class SecureFileOutputStream extends FileOutputStream {
}
/**
* Sets output file to mode 600 only if append = false
* (otherwise it is presumed to be 600 already)
* Sets output file to mode 600 whether append = true or false
*/
public SecureFileOutputStream(String file, boolean append) throws FileNotFoundException {
super(file, append);