Skip to content

Commit 3c8c180

Browse files
author
Arun Gupta
committed
Cleaned up output
1 parent eb53a43 commit 3c8c180

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

json/object-reader/src/main/java/org/javaee7/json/object/reader/JsonReaderFromReader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ protected void processRequest(HttpServletRequest request, HttpServletResponse re
9191
+ " \"banana\":\"yellow\""
9292
+ "}"));
9393
json = jsonReader.readObject();
94-
out.println("Apple: " + json.getString("apple")+"<br>");
95-
out.println("Banana: " + json.getString("banana")+"<br>");
9694
out.println(json);
9795

9896
out.println("<br><br>Reading an array with two objects<br>");

0 commit comments

Comments
 (0)