Skip to content
Snippets Groups Projects
Commit 6a443a65 authored by Jueun Park's avatar Jueun Park
Browse files

Update

parent b73ba7d0
No related branches found
No related tags found
No related merge requests found
Pipeline #11529 passed with warnings
......@@ -18,7 +18,7 @@ The follwing code in Listing 5.2 shows how the parameter inference is compiled w
generateRequests();
...
for (ResponseTuple t : getResponseTuples()) {
if (responseCode == 200 \&\& t.getKey().equals("200")) {
if (responseCode == 200) {
SchemaObject respSchema = t.getResponseSchema();
if (respSchema.getType().equals("array"))
writeDictionaryWithArray(respSchema, response.toString());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment