Skip to content

Commit b586f9a

Browse files
authored
Merge pull request #160 from logananglin98/Issue#155Fix
Changed class name in 8.4
2 parents b82f64d + 0fc9cc4 commit b586f9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch8_filehandling.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
import java.io.FileWriter;
255255
import java.io.IOException;
256256
import java.util.Scanner;
257-
public class Main {
257+
public class WriteFile {
258258
public static void main(String[] args) {
259259
String filename = "test_file.txt";
260260
try (FileWriter writer = new FileWriter(filename)) {

0 commit comments

Comments
 (0)