Skip to content

Commit 042d772

Browse files
authored
Update writingAndReadingObjectsWithNumbers.java
1 parent 9b2bcd1 commit 042d772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

writingAndReadingObjectsWithNumbers/src/writingAndReadingObjectsWithNumbers/writingAndReadingObjectsWithNumbers.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** ****************************************************************************
2-
* Ch16writingAndReadingObjects.java
2+
* writingAndReadingObjectsWithNumbers.java
33
* Kevin Bell
44
*
55
* The program writes objects to a file, and reads objects from a file.
@@ -52,4 +52,4 @@ public static void main(String[] args) {
5252
System.out.println(e.getMessage());
5353
} // end try/catch, and close fileOut automatically
5454
} // end main method
55-
} // end Ch16writingAndReadingObjects class
55+
} // end writingAndReadingObjectsWithNumbers class

0 commit comments

Comments
 (0)