From 6a443a65644eb3d06f85cbbefcd9d9bc421adc62 Mon Sep 17 00:00:00 2001 From: Jueun Park <s5616012@mailbox.tu-dresden.de> Date: Thu, 14 Oct 2021 14:25:11 +0900 Subject: [PATCH] Update --- sections/stm2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/stm2.tex b/sections/stm2.tex index 3aae8b0..64bd7bf 100644 --- a/sections/stm2.tex +++ b/sections/stm2.tex @@ -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()); -- GitLab