Skip to content

Commit

Permalink
Adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Sep 5, 2024
1 parent 9b5bdf1 commit 6fcb8f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public void doPost(final HttpServletRequest pReq, final HttpServletResponse pRes
}

try {
// This calls the fromReader anyway so probably more efficient to pass the reader above.
tManifestJson = (Map<String,Object>)JsonUtils.fromString(tManifestStr);
} catch (JsonParseException tExcpt) {
System.out.println("Failed to load the following manifest: ");
Expand Down

0 comments on commit 6fcb8f0

Please sign in to comment.