diff --git a/examples/ch11/fig11_04/CreateJSONFile.java b/examples/ch11/fig11_04/CreateJSONFile.java index a22504c..b44eb18 100644 --- a/examples/ch11/fig11_04/CreateJSONFile.java +++ b/examples/ch11/fig11_04/CreateJSONFile.java @@ -1,5 +1,5 @@ -// Fig. 11.4: CreateCSVFile.java -// Writing data to a CSV file using the Jackson open-source library. +// Fig. 11.4: CreateJSONFile.java +// Writing data to a JSON file using the Jackson open-source library. import com.fasterxml.jackson.databind.ObjectMapper; import java.io.IOException; import java.nio.file.Path; @@ -52,4 +52,4 @@ public static void main(String[] args) { * and publisher shall not be liable in any event for incidental or * * consequential damages in connection with, or arising out of, the * * furnishing, performance, or use of these programs. * -*************************************************************************/ \ No newline at end of file +*************************************************************************/