Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcf392 commit e34cc42Copy full SHA for e34cc42
1 file changed
java/ql/test/query-tests/CloseResource/CloseWriter/CloseWriter.java
@@ -28,7 +28,7 @@ void test3() throws IOException {
28
try {
29
// OutputStreamWriter may throw an exception, in which case the ...
30
writer = new OutputStreamWriter(
31
- // ... FileOutputStream is notne closed by the finally block
+ // ... FileOutputStream is not closed by the finally block
32
new FileOutputStream("C:\\test.txt"), "UTF-8");
33
writer.write("test");
34
}
0 commit comments