From 47cb79131f122719ff83855e205147851b0fca10 Mon Sep 17 00:00:00 2001 From: Zhou Jing Date: Thu, 10 Jul 2025 02:58:59 +0800 Subject: [PATCH] Update CreateJSONFile.java --- examples/ch11/fig11_04/CreateJSONFile.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +*************************************************************************/