質問編集履歴
1
微修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,8 +22,6 @@
|
|
22
22
|
try {
|
23
23
|
new BufferedWriter(new FileWriter("src/sample24/SampleApp.txt")).write("hogehoge");
|
24
24
|
} finally {
|
25
|
-
|
25
|
+
|
26
|
-
out.close(); // outはここで確実にclose
|
27
|
-
}
|
28
26
|
}
|
29
27
|
```
|