Remove unused local variables (#10528)

Fixes 26 SAT UnusedLocalVariable findings

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-04-16 22:35:01 +02:00
committed by GitHub
parent 030329c118
commit b42101addc
20 changed files with 37 additions and 76 deletions

View File

@@ -151,7 +151,7 @@ public class Mhub4K431Handler extends BaseThingHandler {
httpHeaders.setProperty("Cookie", "logintype-88=01");
try {
String response = HttpUtil.executeUrl(httpMethod, url, httpHeaders, stream,
HttpUtil.executeUrl(httpMethod, url, httpHeaders, stream,
"application/x-www-form-urlencoded; charset=UTF-8", timeout);
} catch (IOException e) {
logger.debug("Communication with device failed", e);