mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
fix a mistake
This commit is contained in:
@@ -28,7 +28,7 @@ class CloseWriter {
|
||||
try {
|
||||
// OutputStreamWriter may throw an exception, in which case the ...
|
||||
writer = new OutputStreamWriter(
|
||||
// ... FileOutputStream is notne closed by the finally block
|
||||
// ... FileOutputStream is not closed by the finally block
|
||||
new FileOutputStream("C:\\test.txt"), "UTF-8");
|
||||
writer.write("test");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user