Skip to content

Commit 6fcb8f0

Browse files
committed
Adding comment
1 parent 9b5bdf1 commit 6fcb8f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/uk/org/llgc/annotation/store/servlets/ManifestUpload.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public void doPost(final HttpServletRequest pReq, final HttpServletResponse pRes
103103
}
104104

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

0 commit comments

Comments
 (0)