diff --git a/sections/stm2.tex b/sections/stm2.tex index 3aae8b001dfa734713459700ebd5950a0ef4a9a2..64bd7bfda0e89c822f45bf613a8b97aa0873811d 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());